instantreality 1.0

Component:
BehaviorController
Status:
experimental
Structure type:
concrete
Standard:
Avalon

LocomotionAnimationContainer

Special TimedAnimationContainer for usage with the BlendingLocomotionContainer.

Inheritance

Code

XML encoding
<LocomotionAnimationContainer keytimes=''
genericKey=''
paramsOfLocomotion=''
linearCoef=''
radialCoef=''
duration='0'
mixTransforms='auto'
fieldnames=''
targetnames=''
name=''
logFeature=''
 />
Classic encoding
LocomotionAnimationContainer {
	keytimes []
	genericKey []
	paramsOfLocomotion []
	linearCoef []
	radialCoef []
	duration 0
	mixTransforms "auto"
	fieldnames [""]
	targetnames [""]
	name ""
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFFloat keytimes MFFloat inputOutput key times for interpolation
MFFloat genericKey MFFloat inputOutput generic time keys
MFFloat paramsOfLocomotion MFFloat inputOutput blending weights for basis functions
MFFloat linearCoef MFFloat inputOutput coefficients for linear part
MFFloat radialCoef MFFloat inputOutput coefficients for radial part
MFNode interpolators MFNode initializeOnly all interpolators of the animation
SFFloat duration SFFloat initializeOnly 0 duration of the animation
SFString mixTransforms SFString inputOutput auto [auto, none, all, scale, rotate, translate, scaleRotate, scaleTranslate, rotateTranslate] Only chosen transformation types are mixed.
MFString fieldnames MFString initializeOnly to find the field inside the target
MFString targetnames MFString initializeOnly names of target nodes to be animated resp. changed
SFString name SFString initializeOnly The name of the animation object as given in the PML definition. Here, the PML id must be the same as the value of this field for setting up the connection between PML and X3D.
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