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

Generate collision meshes for point clouds #1483

Open
j9liu opened this issue Jul 22, 2024 · 1 comment
Open

Generate collision meshes for point clouds #1483

j9liu opened this issue Jul 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@j9liu
Copy link
Contributor

j9liu commented Jul 22, 2024

This has come up a few times on the forum, though I haven't had the chance to find all the instances. The most recent one as of this post is here: https://community.cesium.com/t/how-to-make-lidar-scanned-point-cloud-stop-shrinking-when-close/33624/2

It would be nice to find a way to generate physics collisions for point clouds. The Chaos physics system only supports triangle meshes. However, I believe that the LIDAR point cloud plugin is able to generate collision meshes based on the points it contains. Maybe we could adapt what it does? Or, maybe we should do something different? 🤔

@j9liu j9liu added the enhancement New feature or request label Jul 22, 2024
@azrogers
Copy link
Contributor

I think we could use a surface reconstruction algorithm, like this library for convex hull generation or this (much more complicated) library to do Poisson surface reconstruction. Then we can just give it to Unreal as the physics mesh!

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

No branches or pull requests

2 participants