more fixes, clean up, updates

This commit is contained in:
David Back 2018-02-01 17:30:56 -08:00
parent c69eff3322
commit db56246cd6
2 changed files with 1313 additions and 1215 deletions

View file

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