mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
Update light overlay size
This commit is contained in:
parent
ebf70f818a
commit
165199c69d
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ LightOverlayManager = function() {
|
||||||
rotation: Quat.fromPitchYawRollDegrees(0, 0, 270),
|
rotation: Quat.fromPitchYawRollDegrees(0, 0, 270),
|
||||||
visible: visible,
|
visible: visible,
|
||||||
alpha: 0.9,
|
alpha: 0.9,
|
||||||
|
scale: 0.5,
|
||||||
color: { red: 255, green: 255, blue: 255 }
|
color: { red: 255, green: 255, blue: 255 }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue