Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
EGeometryScriptRemoveMeshSimplificationType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSimplifyFunctions.h |
| Include Path |
#include "GeometryScript/MeshSimplifyFunctions.h" |
Syntax
enum EGeometryScriptRemoveMeshSimplificationType
{
StandardQEM = 0 UMETA(DisplayName = "Standard QEM"),
VolumePreserving = 1 UMETA(DisplayName = "Volume Preserving"),
AttributeAware = 2 UMETA(DisplayName = "Normals Aware, Volume Preserving"),
AttributeAwareV2 = 3 UMETA(DisplayName = "Attribute Aware, Volume Preserving"),
}
Values
| Name |
Remarks |
| StandardQEM |
Classic quadric error metric without volume preservation |
| VolumePreserving |
Classic quadric error metric with volume preservation |
| AttributeAware |
QEM with volume preservation, account for vertex normals in optimization. |
| AttributeAwareV2 |
QEM with volume preservation, accounting for normals/tangents/bitangents/color/texture coordinates and weight channels with attribute seams. |