mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:53:35 +02:00
Merge pull request #13797 from dback2/rotationRingSize
Edit handle rotation ring size
This commit is contained in:
commit
c0ac76bf4a
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ SelectionDisplay = (function() {
|
|||
var ROTATE_CTRL_SNAP_ANGLE = 22.5;
|
||||
var ROTATE_DEFAULT_SNAP_ANGLE = 1;
|
||||
var ROTATE_DEFAULT_TICK_MARKS_ANGLE = 5;
|
||||
var ROTATE_RING_IDLE_INNER_RADIUS = 0.95;
|
||||
var ROTATE_RING_IDLE_INNER_RADIUS = 0.92;
|
||||
var ROTATE_RING_SELECTED_INNER_RADIUS = 0.9;
|
||||
|
||||
// These are multipliers for sizing the rotation degrees display while rotating an entity
|
||||
|
|
Loading…
Reference in a new issue