openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

[orx-camera] Enable toggling user interaction in OrbitalControls #276

Closed hamoid closed 1 year ago

hamoid commented 2 years ago

Fix #54

Useful if you need to interact with the screen (to place 2D items for instance) and avoid rotating the 3D view accidentally.

This PR depends on the creation of the demos folder found in https://github.com/openrndr/orx/pull/275

Can this be merged after 275? Or should 275 be discarded and only this one merged?