mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:32:38 +02:00
make sitting points semi transparent
This commit is contained in:
parent
43de421284
commit
5bea267cd2
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function SeatIndicator(modelProperties, seatIndex) {
|
|||
size: this.scale,
|
||||
solid: true,
|
||||
color: { red: 0, green: 0, blue: 255 },
|
||||
alpha: 1,
|
||||
alpha: 0.3,
|
||||
visible: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue