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.
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 callingCamera.toggleOrientationOverlay
. Positions can be adjusted by passing any entry of theOverlayAlignment
enum class.