Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshEditor
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMeshEditor.h |
| Include | #include "DynamicMeshEditor.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMeshEditor.cpp |
void SetQuadNormals
(
const FIndex2i & QuadTris,
const FVector3f & Normal
)
Remarks
Create and set new shared per-triangle normals for a pair of triangles that share one edge (ie a quad)
Parameters
| Name | Description |
|---|---|
| QuadTris | pair of triangle IDs. If second ID is invalid, it is ignored |
| Normal | normal vector to set |