v1.25.0
Oct 1, 2020
- #126: Updated readme.md to prompt the user to run CameraControls.install() (@ACMCMC)
- ec4b502: add camera shake example
- #127: Added an error message if the user hasn't run install() (@ACMCMC)
- #132, f4d90b1: Offset feature
- e316370: fix: TOUCH_***_OFFSET did not move the offset
- #133: Add a method
cancel()
, to cancel user dragging #133 - #136: Focal offset should take z-offset for PerspectiveCamera
- #138, #139: Add a method:
fitToSphere()
- See the example: fit-to-bounding-sphere
- 🚨
fitTo()
is renamed tofitToBox()