CullingGeometry
@3dverse/livelink / Components / CullingGeometry
Type Alias: CullingGeometry
CullingGeometry:
object
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:323
Culling geometry. Add this component in addition to another geometry component (e.g. box geometry, sphere geometry, etc.) to enable culling geometry.
Type declaration
isAdditive
isAdditive:
boolean
Additive geometry will only display elements (vertices or voxels) inside the geometry. Subtractive will only display elements outside the geometry.
Default Value
true;