Skip to content

Commit

Permalink
Oops. Fixed a final bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SFraissTU committed Oct 21, 2019
1 parent 0efcc4b commit 157e5c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PreviewObject : MonoBehaviour
{
public void Start()
{
if (EditorApplication.isPlaying)
if (Application.isPlaying)
{
Destroy(gameObject);
}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,8 @@ Also, it might be a bit tricky to use EDL with VR. I don't really know how to do
Apparently there have been some troubles using this project for WebGL. Another user has been trying to make it work. See this thread for more information: https://github.com/SFraissTU/BA_PointCloud/issues/12
In general, if you want to render your point clouds in the browser, I recommend Potree: http://potree.org/

### What about point attributes other than color?
Not possible at the moment. If you want to implement it yourself, see this thread: https://github.com/SFraissTU/BA_PointCloud/issues/9

#### Anything else?
Please send me an email or open a github issue. Please note that I don't have a lot of time to work for this project, so I might not be able to fulfill every request, but I'm open to suggestions.
Binary file modified release/BAPC-v01.03.unitypackage
Binary file not shown.

0 comments on commit 157e5c6

Please sign in to comment.