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

[meshing] Determine the region that should provide a mesh #17

Open
rcabanier opened this issue Aug 30, 2019 · 2 comments
Open

[meshing] Determine the region that should provide a mesh #17

rcabanier opened this issue Aug 30, 2019 · 2 comments

Comments

@rcabanier
Copy link

From @thetuvix:

Note that even when a HoloLens app is scanning, it is common to not hydrate vertex/index buffers for all meshes. For example, an app may only care about mesh within 10m of the user, even if the user has previously scanned the entire building. Also, after the user places their primary anchor, the app may choose to only generate buffers for mesh within 5m of that anchor to save power.
I see a few options here:
We can provide metadata for all available mesh volumes, and allow apps to request vertex/index buffers on demand.
We can allow apps to specify a radius around the user within which mesh buffers are optimistically provided.

@chrisfromwork
Copy link

Hello @rcabanier,

Have any additional learnings/decisions been made on real-world-geometry meshing topics? Is there another location that may have more up to date information? Or are these open issues still the current state of the design?

Thanks!

@cabanier
Copy link
Member

Unfortunately, there has been no movement on this feature since I left my previous company.
I would love if the group picked this topic up again especially for hands. Meshes provides higher quality representations than simple joints but do have larger overhead.

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

3 participants