Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
| Name | EGeometryFlow_ProjectedHullAxisMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/PhysicsNodes/GenerateSimpleCollisionNode.h |
| Include Path | #include "PhysicsNodes/GenerateSimpleCollisionNode.h" |
Syntax
enum EGeometryFlow_ProjectedHullAxisMode
{
X = 0,
Y = 1,
Z = 2,
SmallestBoxDimension = 3,
SmallestVolume = 4,
}
Values
| Name | Remarks |
|---|---|
| X | Use Unit X axis |
| Y | Use Unit Y axis |
| Z | Use Unit Z axis |
| SmallestBoxDimension | Use X/Y/Z axis with smallest axis-aligned-bounding-box dimension |
| SmallestVolume | Compute projected hull for each of X/Y/Z axes and use the one that has the smallest volume |