enum
SimplifyMethod
public sealed enum SimplifyMethod : Enum The method used to simplify a hull.
Enum Values
| Name | Value | Description |
|---|---|---|
QEM | | Quadratic Error Metric � prioritizes preserving shape accuracy. |
IVR | | Iterative Vertex Removal � removes vertices gradually. |
None | | No simplification � use the exact points provided. |
IFR | | Iterative Face Removal � removes faces to reduce complexity. |
Assembly:
Sandbox.Engine Declaring Type: PhysicsBodyBuilder Full Name: Sandbox.PhysicsBodyBuilder.SimplifyMethod