mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 07:35:35 +02:00
Merge pull request #12234 from dback2/newEditGrab
New Edit Selected Entity Manipulation Handles
This commit is contained in:
commit
1d0e358246
2 changed files with 1448 additions and 2990 deletions
scripts/system
|
@ -1250,7 +1250,6 @@ var lastPosition = null;
|
|||
// Do some stuff regularly, like check for placement of various overlays
|
||||
Script.update.connect(function (deltaTime) {
|
||||
progressDialog.move();
|
||||
selectionDisplay.checkMove();
|
||||
selectionDisplay.checkControllerMove();
|
||||
var dOrientation = Math.abs(Quat.dot(Camera.orientation, lastOrientation) - 1);
|
||||
var dPosition = Vec3.distance(Camera.position, lastPosition);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue