Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime las/laz support #119

Open
unitycoder opened this issue Aug 12, 2021 · 1 comment
Open

runtime las/laz support #119

unitycoder opened this issue Aug 12, 2021 · 1 comment
Labels

Comments

@unitycoder
Copy link
Owner

unitycoder commented Aug 12, 2021

no runtime las/laz support yet.

workarounds:

  • include commandline converter with your build and call that..
  • or use the commandline converter source code to read las/laz in your project and then feed that point data into viewer (using example scene PointCloud-YourOwnData.scene)

*Example script for runtime commandline convert:
https://github.com/unitycoder/UnityPointCloudViewer/blob/master/Extras/Scripts/RuntimeLASConvert.cs

@unitycoder
Copy link
Owner Author

Now that i think about it, adding that source code into unity project would be easiest (since its .net 4.7 project, should work)
although need to think about:

  • If its large cloud, need to save into some file anyway.. then its same as running the converter on the background?
  • if its small file, could output to temp file or read directly into memory, and draw cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant