scene.animate([[{
input: "env",
transform: {
pos: [0, 10, 10],
rot: [29, 20, 30],
scale: [2, 1, 1]
}
}, 1, 10]]);
- Now using
repeat
for ModelScene animation looping - Added various tools for converting to and from threejs classes
- Added function to combine 2 transforms with matrices
- Allowed transformations on Text and ModelScene
- Function for reversing animations
- Function for mirroring animations
- Fixed default material for groups allowing a string
- Fixed materials on diffiulties allowing a string
Full Changelog: 3.1.0...3.1.1