#include <PxBVH34MidphaseDesc.h>
Public Member Functions | |
void | setToDefault () |
Desc initialization to default value. | |
bool | isValid () const |
Returns true if the descriptor is valid. | |
Public Attributes | |
PxU32 | numTrisPerLeaf |
Mesh cooking hint for max triangles per leaf limit. Less triangles per leaf produces larger meshes with better runtime performance and worse cooking performance. More triangles per leaf results in faster cooking speed and smaller mesh sizes, but with worse runtime performance. |
bool PxBVH34MidphaseDesc::isValid | ( | ) | const [inline] |
Returns true if the descriptor is valid.
void PxBVH34MidphaseDesc::setToDefault | ( | ) | [inline] |
Desc initialization to default value.
Mesh cooking hint for max triangles per leaf limit. Less triangles per leaf produces larger meshes with better runtime performance and worse cooking performance. More triangles per leaf results in faster cooking speed and smaller mesh sizes, but with worse runtime performance.
Default value: 4 Range: <4, 15>