Model Renderer: Added animation variables
Animation variables specify additional rotation angles for specificnodes in the model. The rotation is done around the given axis.Animation variables support both absolute values and relative speeds.
```animation { variable gunRotation { node = "gun" axis <0, 0, 1> }}```
View differences
Model Renderer: Added animation variables
Animation variables specify additional rotation angles for specific
nodes in the model. The rotation is done around the given axis.
Animation variables support both absolute values and relative speeds.
```
animation {
variable gunRotation {
node = "gun"
axis <0, 0, 1>
}
}
```