unreal.GeometryScriptConvexHullSimplifyMethod¶
- class unreal.GeometryScriptConvexHullSimplifyMethod¶
Bases:
EnumBaseMethods to simplify convex hulls, used by FGeometryScriptConvexHullSimplificationOptions
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: CollisionFunctions.h
- ANGLE_TOLERANCE: GeometryScriptConvexHullSimplifyMethod = Ellipsis¶
Simplify convex hulls by merging hull faces that have similar normals
- Type:
1
- MESH_Q_SLIM: GeometryScriptConvexHullSimplifyMethod = Ellipsis¶
Simplify convex hulls using a general mesh-based simplifier, and taking the convex hull of the simplified mesh
- Type:
0