mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
Update selection box color to red
This commit is contained in:
parent
5c5c66b265
commit
d08337326c
1 changed files with 3 additions and 3 deletions
|
@ -338,12 +338,12 @@ SelectionDisplay = (function () {
|
||||||
var selectionBox = Overlays.addOverlay("cube", {
|
var selectionBox = Overlays.addOverlay("cube", {
|
||||||
position: { x:0, y: 0, z: 0},
|
position: { x:0, y: 0, z: 0},
|
||||||
size: 1,
|
size: 1,
|
||||||
color: { red: 60, green: 60, blue: 60},
|
color: { red: 255, green: 0, blue: 0},
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
solid: false,
|
solid: false,
|
||||||
visible: false,
|
visible: false,
|
||||||
dashed: true,
|
dashed: false,
|
||||||
lineWidth: 2.0,
|
lineWidth: 1.0,
|
||||||
});
|
});
|
||||||
|
|
||||||
var selectionBoxes = [];
|
var selectionBoxes = [];
|
||||||
|
|
Loading…
Reference in a new issue