Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FClothPhysicalMeshData
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include | #include "ClothPhysicalMeshData.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothPhysicalMeshData.cpp |
void ComputeFaceAveragedVertexNormals
(
TArray< FVector3f > & OutNormals
) const
Remarks
Compute vertex normals as unweighted average of incident face normals. If all incident triangles are degenerate, the vertex normal is assigned a value of FVector3f::XAxisVector.