Merge pull request #3087 from Atlante45/sit_on_a_model

make sitting points semi transparent
This commit is contained in:
Clément Brisset 2014-06-27 10:56:46 -07:00
commit 04e2249413

View file

@ -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
});