Version 0.14.0
Fairly substantial changes/refactorings to the DisplayContext
class. The displaySpace
and bounds
properties are no longer synchronised globally. Instead, different views can have different display coordinate systems. This was done so that the 3D view can always display in world coordinates, independently of the display coordinate system used in other views.
Other changes:
- Command line interface for all 3D options
- Changes to how the
xcentre
,ycentre
andzcentre
command line options work - Lightbox view was broken on GL14!
- Reverted GLLabel rendering so that outlines are calculated in 2D as they should be
- Fix to GLVolume ray-caster to prevent segfaults on some graphics cards