Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/IMeshBakerDetailSampler
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshBakerCommon.h |
| Include | #include "Sampling/MeshBakerCommon.h" |
FVector3d GetTriNormal
(
const void * Mesh,
const int TriId
) const
the normal for the given triangle.
Parameters
| Name | Description |
|---|---|
| Mesh | pointer to mesh to query |
| TriId | the triangle index to test |