3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 07:35:35 +02:00

Merge pull request from dback2/newEditGrab

New Edit Selected Entity Manipulation Handles
This commit is contained in:
John Conklin II 2018-02-09 12:23:34 -08:00 committed by GitHub
commit 1d0e358246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1448 additions and 2990 deletions
scripts/system

View file

@ -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