Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Implicit > API/Runtime/GeometryCore/Implicit/TSweepingMeshSDF
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Implicit/SweepingMeshSDF.h |
| Include | #include "Implicit/SweepingMeshSDF.h" |
bool Compute
(
FAxisAlignedBox3d Bounds
)
Remarks
Compute the SDF false if cancelled or failed (e.g. due to invalid arguments); true otherwise
Parameters
| Name | Description |
|---|---|
| Bounds | Bounding box for the mesh data (passed as param it is usually already available, depending on TriangleMeshType and whether an AABB tree was provided) |