Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/TRemoveOccludedTriangles
| Type | Name | Description | |
|---|---|---|---|
| bool | Select
(
const FTransformSRT3d& MeshLocalToOccluderSpace, |
Select the occluded triangles single instance case w/out precomputed winding tree | |
| bool | Select
(
const TArrayView< const FTransformSRT3d > MeshLocalToOccluderSpaces, |
Select the occluded triangles, considering the given occluder AABB tree (which may represent more geometry than a single mesh) See simpler invocations below for the single instance case or the case where you'd like the spatial data structures built for you | |
| bool | Select
(
const FTransformSRT3d& MeshLocalToOccluderSpace, |
Select the occluded triangles single instance case | |
| bool | Select
(
const TArrayView< const FTransformSRT3d > MeshLocalToOccluderSpaces, |
Select the occluded triangles, considering the given occluder AABB trees (which may represent more geometry than a single mesh) See simpler invocations below for the single instance case or the case where you'd like the spatial data structures built for you Selection will be stored in the RemovedT array, but no triangles will be removed. |