ClipPlane
A clip plane is defined as a plane that generates two half-spaces. The effected geometry in the half-space that is defined as being outside the plane is removed from the rendered image as a result of a clipping operation.
Inheritance
Code
XML encoding
<ClipPlane enabled='TRUE' plane='0 1 0 0' on='TRUE' logFeature='' />
Classic encoding
ClipPlane { enabled TRUE plane 0 1 0 0 on TRUE logFeature [""] }
Interface
Filter: X3D only | Avalon only | All
id | Name | DataType | PartType | Default | ValueType | Description |
---|---|---|---|---|---|---|
enabled | SFBool | inputOutput | TRUE | Defines activation state of the clip plane. | ||
on | SFBool | inputOutput | TRUE | Enables/disables this effector (e.g. light) | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |