instantreality 1.0

Component:
Rendering
Status:
partly implemented
Structure type:
concrete
Standard:
X3D3.2

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
SFBool enabled SFBool inputOutput TRUE Defines activation state of the clip plane.
SFBool on SFBool inputOutput TRUE Enables/disables this effector (e.g. light)
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element