instantreality 1.0

Component:
VolumeRendering
Status:
partly implemented
Structure type:
concrete
Standard:
Avalon

AccelerationVolumeSettings

Settings for accelerating rendering by defining different methods for outer (BV geo) and inner (traversal funcs) empty space skipping.

Inheritance

Code

XML encoding
<AccelerationVolumeSettings boundingVolumeType='boundaryGeometry'
traversalFunction='simple'
logFeature=''
 />
Classic encoding
AccelerationVolumeSettings {
	boundingVolumeType "boundaryGeometry"
	traversalFunction "simple"
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString boundingVolumeType SFString inputOutput boundaryGeometry [auto, none, boxGeometry, boundaryGeometry] defines which type of bounding volume geometry shall be generated
SFString traversalFunction SFString inputOutput simple [auto, none, simple, blockSkipping] defines if and how empty spaces in the interior shall be skipped
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element