BoundaryEnhancementVolumeStyle
From Web3D.org
Contents
BoundaryEnhancementVolumeStyle
Specification Link: BoundaryEnhancementVolumeStyle
BoundaryEnhancementVolumeStyle : X3ComposableVolumeRenderStyleNode { SFFloat [in,out] boundaryOpacity 0.9 [0,1] SFBool [in,out] enabled TRUE SFNode [in,out] metadata NULL [X3DMetadataObject] SFFloat [in,out] opacityFactor 2 [0,∞) SFFloat [in,out] retainedOpacity 0.2 [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 is no check that the value in the boundaryOpacity field is acceptable.
- There is no check that the value in the opacityFactor field is acceptable.
- There is no check that the value in the retainedOpacity field is acceptable.
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 boundaryOpacity field is checked to ensure the value is acceptable.
- There opacityFactor field is checked to ensure the value is acceptable.
- There retainedOpacity field is checked to ensure the value is acceptable.
Schematron validation
TBD