TimedAnimationContainer
This node contains a set of interpolators of an animation and its duration.
Inheritance
Code
XML encoding
<TimedAnimationContainer duration='0' mixTransforms='auto' name='' targetnames='' logFeature='' fieldnames='' />
Classic encoding
TimedAnimationContainer {
duration 0
mixTransforms "auto"
name ""
targetnames [""]
logFeature [""]
fieldnames [""]
}
Interface
Filter: X3D only | Avalon only | All
| id | Name | DataType | PartType | Default | ValueType | Description |
|---|---|---|---|---|---|---|
| interpolators | MFNode | initializeOnly | all interpolators of the animation | |||
| duration | SFFloat | initializeOnly | 0 | duration of the animation | ||
| mixTransforms | SFString | inputOutput | auto | [auto, none, all, scale, rotate, translate, scaleRotate, scaleTranslate, rotateTranslate] | Only chosen transformation types are mixed. | |
| name | SFString | initializeOnly | name of animation node | |||
| metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element | ||
| targetnames | MFString | initializeOnly | names of target nodes to be animated resp. changed | |||
| 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 | ||
| fieldnames | MFString | initializeOnly | to find the field inside the target |
