Api HullSimplify
struct

HullSimplify

public sealed struct HullSimplify

Settings for simplifying a hull shape.

Fields

Name Type Description
AngleTolerance Single Maximum allowed angle change between faces, in degrees.
DistanceTolerance Single Maximum distance a vertex can be moved during simplification.
MaxFaces Int32 Maximum number of faces allowed after simplification.
MaxEdges Int32 Maximum number of edges allowed after simplification.
MaxVerts Int32 Maximum number of vertices allowed after simplification.
Method SimplifyMethod The simplification method to use.
Assembly: Sandbox.Engine Declaring Type: PhysicsBodyBuilder Full Name: Sandbox.PhysicsBodyBuilder.HullSimplify