mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
turn on handControllerGrab debug prints
This commit is contained in:
parent
f23f9ec698
commit
af5a352f02
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
// add lines where the hand ray picking is happening
|
// add lines where the hand ray picking is happening
|
||||||
//
|
//
|
||||||
|
|
||||||
var WANT_DEBUG = false;
|
var WANT_DEBUG = true;
|
||||||
var WANT_DEBUG_STATE = false;
|
var WANT_DEBUG_STATE = true;
|
||||||
var WANT_DEBUG_SEARCH_NAME = null;
|
var WANT_DEBUG_SEARCH_NAME = null;
|
||||||
|
|
||||||
var FORCE_IGNORE_IK = false;
|
var FORCE_IGNORE_IK = false;
|
||||||
|
|
Loading…
Reference in a new issue