mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:07:22 +02:00
disable debug pick plane
This commit is contained in:
parent
f5d9dd82d9
commit
8c306b8428
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ SelectionDisplay = (function() {
|
||||||
var activeTool = null;
|
var activeTool = null;
|
||||||
var handleTools = {};
|
var handleTools = {};
|
||||||
|
|
||||||
var debugPickPlaneEnabled = true;
|
var debugPickPlaneEnabled = false;
|
||||||
var debugPickPlane = Overlays.addOverlay("shape", {
|
var debugPickPlane = Overlays.addOverlay("shape", {
|
||||||
shape: "Quad",
|
shape: "Quad",
|
||||||
alpha: 0.25,
|
alpha: 0.25,
|
||||||
|
|
Loading…
Reference in a new issue