v1.20.0
Apr 5, 2020
- #88, #90:
fitTonow 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
preventDefaults inside of wheel events whenmouseButtons.wheelis set toACTION.NONE(@jeanremy)