aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
647 stars 198 forks source link

Fix issue with zoom with mouse wheel jumping when switching camera #720

Closed vincentfretin closed 3 weeks ago

vincentfretin commented 4 weeks ago

Fix issue with zoom with mouse wheel jumping when switching to an ortho camera and zooming because of missing camera.updateProjectionMatrix()

dmarcos commented 3 weeks ago

Thanks!