MeshConvexDecompositionSettings

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

bool

convex_hull_approximation

true

int

convex_hull_downsampling

4

float

max_concavity

1.0

int

max_convex_hulls

1

int

max_num_vertices_per_convex_hull

32

float

min_volume_per_convex_hull

0.0001

Mode

mode

0

bool

normalize_mesh

false

int

plane_downsampling

4

bool

project_hull_vertices

true

int

resolution

10000

float

revolution_axes_clipping_bias

0.05

float

symmetry_planes_clipping_bias

0.05


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

  • void set_convex_hull_approximation ( bool value )

  • bool get_convex_hull_approximation ( )

There is currently no description for this property. Please help us by contributing one!


int convex_hull_downsampling = 4

  • void set_convex_hull_downsampling ( int value )

  • int get_convex_hull_downsampling ( )

There is currently no description for this property. Please help us by contributing one!


float max_concavity = 1.0

  • void set_max_concavity ( float value )

  • float get_max_concavity ( )

There is currently no description for this property. Please help us by contributing one!


int max_convex_hulls = 1

  • void set_max_convex_hulls ( int value )

  • int get_max_convex_hulls ( )

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

  • void set_min_volume_per_convex_hull ( float value )

  • float get_min_volume_per_convex_hull ( )

There is currently no description for this property. Please help us by contributing one!


Mode mode = 0

  • void set_mode ( Mode value )

  • Mode get_mode ( )

There is currently no description for this property. Please help us by contributing one!


bool normalize_mesh = false

  • void set_normalize_mesh ( bool value )

  • bool get_normalize_mesh ( )

There is currently no description for this property. Please help us by contributing one!


int plane_downsampling = 4

  • void set_plane_downsampling ( int value )

  • int get_plane_downsampling ( )

There is currently no description for this property. Please help us by contributing one!


bool project_hull_vertices = true

  • void set_project_hull_vertices ( bool value )

  • bool get_project_hull_vertices ( )

There is currently no description for this property. Please help us by contributing one!


int resolution = 10000

  • void set_resolution ( int value )

  • int get_resolution ( )

There is currently no description for this property. Please help us by contributing one!


float revolution_axes_clipping_bias = 0.05

  • void set_revolution_axes_clipping_bias ( float value )

  • float get_revolution_axes_clipping_bias ( )

There is currently no description for this property. Please help us by contributing one!


float symmetry_planes_clipping_bias = 0.05

  • void set_symmetry_planes_clipping_bias ( float value )

  • float get_symmetry_planes_clipping_bias ( )

There is currently no description for this property. Please help us by contributing one!