allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

safer type check for perspective camera #234

Closed toloudis closed 2 weeks ago

toloudis commented 1 month ago

time to review: tiny

This change just adds a more robust type check (for whether the camera is in a perspective projection mode), that is in accordance with threejs documentation. Alternately we could use !isOrthographicCamera but why not be even more specific.