Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
EGeometryScriptPerVertexNormalSource |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshDeformFunctions.h |
| Include Path |
#include "GeometryScript/MeshDeformFunctions.h" |
Syntax
enum EGeometryScriptPerVertexNormalSource
{
Computed,
AverageFromOverlay,
}
Values
| Name |
Remarks |
| Computed |
Compute new per-vertex normals from the mesh geometry. |
| AverageFromOverlay |
Average existing overlay normals to compute per-vertex normals. |