mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-29 22:23:36 +02:00
disable debugging prints
This commit is contained in:
parent
5daf334a0e
commit
be1332532f
1 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,7 @@ Script.include("/~/system/libraries/Xform.js");
|
|||
//
|
||||
var WANT_DEBUG = false;
|
||||
var WANT_DEBUG_STATE = false;
|
||||
var WANT_DEBUG_SEARCH_NAME = "Hifi-Bow"; // null;
|
||||
var WANT_DEBUG_SEARCH_NAME = null;
|
||||
|
||||
var FORCE_IGNORE_IK = true;
|
||||
var SHOW_GRAB_POINT_SPHERE = true;
|
||||
|
@ -995,7 +995,8 @@ function MyController(hand) {
|
|||
this.turnOffVisualizations = function() {
|
||||
|
||||
this.overlayLineOff();
|
||||
|
||||
this.grabPointSphereOff();
|
||||
this.lineOff();
|
||||
this.searchSphereOff();
|
||||
restore2DMode();
|
||||
|
||||
|
|
Loading…
Reference in a new issue