Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshProjectionHull
| |
|
| Name |
EKeep3DHullSide |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshProjectionHull.h |
| Include Path |
#include "Operations/MeshProjectionHull.h" |
Syntax
enum EKeep3DHullSide
{
None,
Front,
Back,
}
Values
| Name |
Remarks |
| None |
Both sides of the projection hull will be flat. |
| Front |
The front of the projection hull will follow the 3D convex hull, and the back will be flat. |
| Back |
The back of the projection hull will follow the 3D convex hull, and the front will be flat. |