ClipPlane
From Web3D.org
Revision as of 14: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...")
Contents
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:
- A single, optional IS.
- 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:
- A single, optional IS.
- 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