mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
Merge pull request #3087 from Atlante45/sit_on_a_model
make sitting points semi transparent
This commit is contained in:
commit
04e2249413
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function SeatIndicator(modelProperties, seatIndex) {
|
||||||
size: this.scale,
|
size: this.scale,
|
||||||
solid: true,
|
solid: true,
|
||||||
color: { red: 0, green: 0, blue: 255 },
|
color: { red: 0, green: 0, blue: 255 },
|
||||||
alpha: 1,
|
alpha: 0.3,
|
||||||
visible: true
|
visible: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue