mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
more fixes, clean up, updates
This commit is contained in:
parent
c69eff3322
commit
db56246cd6
2 changed files with 1313 additions and 1215 deletions
|
@ -65,7 +65,7 @@ gridTool.setVisible(false);
|
|||
var entityListTool = new EntityListTool();
|
||||
|
||||
selectionManager.addEventListener(function () {
|
||||
selectionDisplay.updateGrabbers();
|
||||
selectionDisplay.updateHandles();
|
||||
entityIconOverlayManager.updatePositions();
|
||||
|
||||
// Update particle explorer
|
||||
|
@ -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