Skip to main content

novorender-api-docs / namespaces / DataJsAPI / Bookmark / ClippingPlanes

Interface: ClippingPlanes

Clipping planes settings.

Remarks

Clipping planes allows for an axis alligned box to define what volume will be rendered or not. This is useful for rendering various cross sections and revealing internal geometry.

Properties

bounds

bounds: AABB;

The axis aligned bounding volume.


enabled

enabled: boolean;

Whether to clip geometry by the actual bounding box or not.


inside

inside: boolean;

Whether to clip geometry inside or outside the actual bounding box.


showBox

showBox: boolean;

Whether to show the actual bounding box or not.