allen-cell-animated / agave

Other
31 stars 5 forks source link

Feature/scalebar #158

Closed toloudis closed 5 months ago

toloudis commented 5 months ago

This PR adds a visual scale bar in the lower right corner of the image. In perspective projection, because of foreshortening, the scale bar refers to the distance between tick-marks displayed on the bounding box.
In orthographic projection, the scale bar is correctly proportional for all camera angles since there is no foreshortening for orthographic projections.

Most important files to look at:

Nearly all the rest is "plumbing".

Code changes:

Perspective mode:

AGAVE 1 5 0 2024-01-16 13-10-13

Orthographic mode

AGAVE 1 5 0 2024-01-16 13-10-42