scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
128 stars 31 forks source link

Feature/camera orientation overlay #697

Open smlpt opened 4 months ago

smlpt commented 4 months ago

This PR adds an optional orientation overlay to the Camera class, consisting of three colored data axes. It can be toggled on and off by calling Camera.toggleOrientationOverlay. Positions can be adjusted by passing any entry of the OverlayAlignment enum class.

grafik