instantreality 1.0

Component:
VolumeRendering
Status:
interface only
Structure type:
concrete
Standard:
X3D

SilhouetteEnhancementVolumeStyle

Provides silhouette enhancement for the volume rendering style. Enhancement of the basic volume is provided by darkening voxels based on their orientation relative to the view direction. Perpendicular voxels are completely opaque while voxels parallel are completely transparent.

Inheritance

Code

XML encoding
<SilhouetteEnhancementVolumeStyle silhouetteBoundaryOpacity='0'
silhouetteRetainedOpacity='1'
silhouetteSharpness='0.5'
enabled='TRUE'
logFeature=''
 />
Classic encoding
SilhouetteEnhancementVolumeStyle {
	silhouetteBoundaryOpacity 0
	silhouetteRetainedOpacity 1
	silhouetteSharpness 0.5
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element