instantreality 1.0

Component:
Navigation
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

NavigationEvaluator

Node which is used to evaluate ViewBindable Transformations using the a UserBindable (e.g. NavigationInfo) node. The camara filters the transformation received by the evaluate_transformation slot and outputs a new transformation acording to the current UserBindable settings.

Inheritance

Code

XML encoding
<NavigationEvaluator enabled='TRUE'
logFeature=''
 />
Classic encoding
NavigationEvaluator {
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
SFMatrix4f evaluate_transformation SFMatrix4f inputOnly slot to receive transformations which should be evaluated
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
SFMatrix4f transformation_changed SFMatrix4f outputOnly outputs evaluated and manipulated transformations
SFNode user SFNode inputOutput UserBindable Field to set the NavigationInfo node. This value is optional. If not set, the node will use the bound NavigationInfo to evaluate transformations
SFNode view SFNode inputOutput ViewBindable Field to set the Viewbindable node, like a Viewpoint. This value is optional. If not set, the node will use the bound ViewBindable to evaluate transformations.