mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:50:19 +02:00
reorg props
This commit is contained in:
parent
0ddc2ba76e
commit
a0b698c028
1 changed files with 4 additions and 2 deletions
|
@ -118,11 +118,13 @@ var DEFAULT_GRABBABLE_DATA = {
|
|||
|
||||
//we've created various ways of visualizing looking for and moving distant objects
|
||||
var USE_ENTITY_LINES_FOR_SEARCHING = false;
|
||||
var USE_ENTITY_LINES_FOR_MOVING = true;
|
||||
var USE_OVERLAY_LINES_FOR_SEARCHING = true;
|
||||
var USE_OVERLAY_LINES_FOR_MOVING = false;
|
||||
var USE_PARTICLE_BEAM_FOR_SEARCHING = false;
|
||||
|
||||
var USE_ENTITY_LINES_FOR_MOVING = true;
|
||||
var USE_OVERLAY_LINES_FOR_MOVING = false;
|
||||
var USE_PARTICLE_BEAM_FOR_MOVING = false;
|
||||
|
||||
var USE_SPOTLIGHT = false;
|
||||
var USE_POINTLIGHT = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue