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

Transfer function editor: disable right click placing of new points #700

Closed smlpt closed 3 months ago

smlpt commented 4 months ago

Describe the bug Left clicks place new points in the transfer function, and right clicks open a context menu. However, right clicks also place new points, which can mess up the transfer function when you simply want to open the context menu.

Expected behavior Right clicks do not place new points.