ABRG-Models / morphologica

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)
https://abrg-models.github.io/morphologica/
Apache License 2.0
255 stars 29 forks source link

Make the mouse scroll wheel effective in orthographic mode (morph::Visual) #194

Closed sebjameswml closed 4 months ago

sebjameswml commented 4 months ago

When you mouse wheel in perspective mode, the scene zooms in and out. When you do so in orthographic mode, nothing happens. If Visual::ortho_rt and Visual::ortho_lb were scaled with mouse wheel movements, then the ortho projection would also zoom. This should be straightforward to implement.