mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:43:35 +02:00
Darken colors of selection/highlight boxes
This commit is contained in:
parent
1950ce5a4b
commit
2c524cd70c
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ SelectionDisplay = (function () {
|
|||
var highlightBox = Overlays.addOverlay("cube", {
|
||||
position: { x:0, y: 0, z: 0},
|
||||
size: 1,
|
||||
color: { red: 180, green: 180, blue: 180},
|
||||
color: { red: 90, green: 90, blue: 90},
|
||||
alpha: 1,
|
||||
solid: false,
|
||||
visible: false,
|
||||
|
@ -318,7 +318,7 @@ SelectionDisplay = (function () {
|
|||
var selectionBox = Overlays.addOverlay("cube", {
|
||||
position: { x:0, y: 0, z: 0},
|
||||
size: 1,
|
||||
color: { red: 180, green: 180, blue: 180},
|
||||
color: { red: 60, green: 60, blue: 60},
|
||||
alpha: 1,
|
||||
solid: false,
|
||||
visible: false,
|
||||
|
|
Loading…
Reference in a new issue