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
130 stars 32 forks source link

Expose private members of ArcballCameraControl as protected #591

Open kephale opened 1 year ago

kephale commented 1 year ago

We need to modify these variables in subclasses, so they should be protected instead of private.

https://github.com/scenerygraphics/scenery/blob/6b2aa7d293e44db12c58b86cdcb2ef635b31327b/src/main/kotlin/graphics/scenery/controls/behaviours/ArcballCameraControl.kt#L33-L35