CREATION OF TRIANGULAR POLYGON MESH FROM POLYHYDROME VERTENS

Asked 1 years ago, Updated 1 years ago, 95 views

I would like to draw a convex polyhedron with 3D graphics.
A polyhedron is defined by a plane (no boundaries) surrounding it, so you can get all the vertices if you want, but I don't know how to create a triangular polygon mesh without twisting it.

c++ algorithm directx

2022-09-30 21:21

1 Answers

There seems to be a well-known library called PCL that generates mesh from point groups.
Various algorithms are implemented, so I think you should use the appropriate one.

There was a site that introduced briefly.
Create Trim Plane from Point Group (PCL Library)


2022-09-30 21:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.