ClipPlane

From Web3D.org
Revision as of 07:12, 11 May 2015 by Walroy (Talk | contribs) (Created page with "* Node Reference ==ClipPlane== Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.4/Part01/components/rendering.html#ClipPlane ClipPlane] <pr...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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