mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
REfining the naming and introducing an orientation offset
This commit is contained in:
parent
f6a9bd1870
commit
74f0d98fd6
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
var intensity = 1.0;
|
||||
var day = 0.0;
|
||||
var hour = 12.0;
|
||||
var longitude = -115.0;
|
||||
var latitude = -31.0;
|
||||
var longitude = 115.0;
|
||||
var latitude = 31.0;
|
||||
var stageOrientation = Quat.fromPitchYawRollDegrees(0.0, 180.0, 0.0);
|
||||
|
||||
Scene.setStageDayTime(hour);
|
||||
|
|
Loading…
Reference in a new issue