instantreality 1.0

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

BlendedVolumeStyle

The BlendedVolumeStyle combines the rendering of two voxel data sets into one by blending the values according to a weight function. The first data set is the one that the style is being applied to.

Inheritance

Code

XML encoding
<BlendedVolumeStyle weightConstant1='0.5'
weightConstant2='0.5'
weightFunction1='CONSTANT'
weightFunction2='CONSTANT'
enabled='TRUE'
logFeature=''
 />
Classic encoding
BlendedVolumeStyle {
	weightConstant1 0.5
	weightConstant2 0.5
	weightFunction1 "CONSTANT"
	weightFunction2 "CONSTANT"
	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