Difference between revisions of "BoundaryEnhancementVolumeStyle"

From Web3D.org
Jump to: navigation, search
(Created page with "*Node Reference ==BoundaryEnhancementVolumeStyle== Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#Boundary...")
 
(No difference)

Latest revision as of 09:12, 27 April 2015

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