|
BRL-CAD
|
#include <trimesh.h>
Data Fields | |
| int | target_count |
| fastf_t | count_multiplier |
| fastf_t | anisotropy |
| int | lloyd_iters |
| int | newton_iters |
Options governing triangle mesh remeshing operations.
Remeshing regenerates the connectivity of a mesh so that its triangles are more uniform in size and shape while preserving the overall surface. The Geogram CVT (Centroidal Voronoi Tessellation) algorithm is used internally.
| int target_count |
| fastf_t count_multiplier |
| fastf_t anisotropy |
| int lloyd_iters |
| int newton_iters |