v1.24.0
Sep 6, 2020
- #101:
.currentAction
, A getter for the currentACTION
(e.g.ACTION.ROTATE
,ACTION.TRUCK
, ...) - #102: normalizeRotations() should ignore negative value
- #104: better event type interface
- #106:
toJSON
didn't save movement end value properly, fixed this - 0683a42, d366372: Update examples
- #113: Infinity dolly (@liradb2000)
- #119: Fix a typo in README (@abusedmedia)
- #123: Replace
THREE.Math
withTHREE.MathUtils
(@msemtd) - #125: Better environment detection
- See #124 for details. It fixes an SSR issue in short
- 60c545f, ce704ea: Update several dependencies
- Automated dependency updates: #99, #104, #106, #108