BoundaryEnhancementVolumeStyle

From Web3D.org
Revision as of 10:12, 27 April 2015 by Walroy (Talk | contribs) (Created page with "*Node Reference ==BoundaryEnhancementVolumeStyle== Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#Boundary...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

  1. A single, optional IS.
  2. 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:

  1. A single, optional IS.
  2. 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