ClipPlane

From Web3D.org
Jump to: navigation, search

ClipPlane

Specification Link: ClipPlane

ClipPlane : X3DChildNode { 
  SFBool  [in,out] enabled  TRUE
  SFNode  [in,out] metadata NULL    [X3DMetadataObject]
  SFVec4f [in,out] plane    0 1 0 0 [0,1]
}

DTD Validation

Children

Children must appear as follows:

  1. A single, optional IS.
  2. A single, optional node derived from X3DMetadataObject for the metadata field.

Attributes

  • There are no limits on the acceptable range of values for the plane field.

Schema Validation

Children

Children must appear as follows:

  1. A single, optional IS.
  2. A single, optional node derived from X3DMetadataObject for the metadata field.

Attributes

  • There are no limits on the acceptable range of values for the plane field.

Note: The specification states that the first three values of the plane field are a normalized vector. An issue has previously been raised to change the acceptable range of values from [0,1] to [-1,1]. The lack of any validation has also been reported. Both issues are awaiting resolution.

Schematron validation

TBD