Skip to content

PointCloud Mesh Rendering #99

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

Closed
vonengel3d opened this issue Jan 6, 2021 · 2 comments
Closed

PointCloud Mesh Rendering #99

vonengel3d opened this issue Jan 6, 2021 · 2 comments

Comments

@vonengel3d
Copy link

I'm having a very large point cloud (>300mio points) which I'm trying to render in your v3 format. I'm facing issues with the drawproceduralnow rendering since it does not honor the unity rendering queue system. Therefore I tried enabling the experimental mesh rendering. I noticed that the updating of the meshes per tile is commented for unity >2019.1. Is this by accident or is this feature not fully implemented?
Do you have a new version that supports mesh based rendering of tiles?

@unitycoder
Copy link
Owner

yes, v3 mesh rendering should had been hidden/disabled.. its not complete (colors are not supported, and few other things are still broken).

rendering queue issue:
yes thats still issue with v3, happens with transparent objects, so the current workaround is to not use transparent material (which i know its not easy..) info #77

the real fix will be when i get to add commandbuffer rendering to V3 (like its supported in v1/v2 viewer)

@unitycoder
Copy link
Owner

v3 mesh rendering not yet available, so closing this old issue

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

No branches or pull requests

2 participants