instantreality 1.0

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

RayGenerationVolumeSettings

This node contains some settings concerning ray generation and rendering in general.

Inheritance

Code

XML encoding
<RayGenerationVolumeSettings logFeature=''
stepSize='0.004'
type='simple'
 />
Classic encoding
RayGenerationVolumeSettings {
	logFeature [""]
	stepSize 0.004
	type "simple"
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString type SFString inputOutput simple [auto, none, simple, interleaved] The type field defines the ray generation method (e.g. simple or interleaved pattern).
SFFloat stepSize SFFloat inputOutput 0.004 [0, inf) The stepSize field indicates how many samples should be taken along the ray.
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