v1.20.0
Apr 5, 2020
- #88, #90:
fitTo
now makes camera look toward closest surface of the bounding box (@juliendargelos)- 🚨 Previous implementation have forced it look toward Z- regardless of its current orientation. If you want the previous behavior, call
controls.rotateTo( 0.0, Math.PI / 2.0 )
right before usingfitTo
- 🚨 Previous implementation have forced it look toward Z- regardless of its current orientation. If you want the previous behavior, call
- #91: It no longer
preventDefault
s inside of wheel events whenmouseButtons.wheel
is set toACTION.NONE
(@jeanremy)