MeshConvexDecompositionSettings
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Enumerations
enum Mode:
Mode CONVEX_DECOMPOSITION_MODE_VOXEL = 0
There is currently no description for this enum. Please help us by contributing one!
Mode CONVEX_DECOMPOSITION_MODE_TETRAHEDRON = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool convex_hull_approximation = true
There is currently no description for this property. Please help us by contributing one!
int convex_hull_downsampling = 4
There is currently no description for this property. Please help us by contributing one!
float max_concavity = 1.0
There is currently no description for this property. Please help us by contributing one!
int max_convex_hulls = 1
There is currently no description for this property. Please help us by contributing one!
int max_num_vertices_per_convex_hull = 32
void set_max_num_vertices_per_convex_hull ( int value )
int get_max_num_vertices_per_convex_hull ( )
There is currently no description for this property. Please help us by contributing one!
float min_volume_per_convex_hull = 0.0001
There is currently no description for this property. Please help us by contributing one!
Mode mode = 0
There is currently no description for this property. Please help us by contributing one!
bool normalize_mesh = false
There is currently no description for this property. Please help us by contributing one!
int plane_downsampling = 4
There is currently no description for this property. Please help us by contributing one!
bool project_hull_vertices = true
There is currently no description for this property. Please help us by contributing one!
int resolution = 10000
There is currently no description for this property. Please help us by contributing one!
float revolution_axes_clipping_bias = 0.05
There is currently no description for this property. Please help us by contributing one!
float symmetry_planes_clipping_bias = 0.05
There is currently no description for this property. Please help us by contributing one!