Replies: 1 comment
-
Hello @lwygzh . Line 58 in 16f2501 you will find an example of construction of point cloud without reading a file. A PointCloud is a BVHModel without triangles. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed that you can use point cloud as the collision object.
However, it requires us to save the point cloud as a
.obj
,.stl
, or.dae
file in order to process it.I do not think the process of saving points clouds into these file types and then load them is computationally efficient enough for online collision detection especially when the point cloud is changing, is that correct? Is there any way to get around this?
Beta Was this translation helpful? Give feedback.
All reactions