xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

zoom on empty canvas leads to infinity zoomRate #318

Closed mhoelzner closed 5 years ago

mhoelzner commented 5 years ago

In an initial setup with an emtpy canvas, using the mousewheel to scroll leads to infinity values while calculating the zoomRate using the scenes aabb. A solution would be returning a zoomRate of 0, if theres is nothing loaded into the scene. Another approach would be to calculate the aabb of all loaded models in the scene not using the scenes aabb by itself.