Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FSphereCovering > API/Runtime/GeometryCore/CompGeom/FSphereCovering/AddNegativeSpace
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
bool AddNegativeSpace
(
const TFastWindingTree < FDynamicMesh3 > & Spatial,
const FNegativeSpaceSampleSettings & Settings,
bool bHasFlippedTriangles
)
Remarks
Add spheres covering the negative space of the given fast winding tree true if any spheres were added
Parameters
| Name | Description |
|---|---|
| Spatial | Fast winding tree of the reference mesh, used to compute negative space |
| Settings | Settings controlling how negative space is computed |
| bHasFlippedTriangles | Whether the mesh referenced by Spatial has reversed triangle windings |