From 74f0d98fd6ff65ae26dfda6374edc03c2a1d5ec9 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Thu, 26 Feb 2015 17:44:04 -0800 Subject: [PATCH] REfining the naming and introducing an orientation offset --- examples/example/misc/sunLightExample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example/misc/sunLightExample.js b/examples/example/misc/sunLightExample.js index 9c58d0bac3..93fc06d088 100644 --- a/examples/example/misc/sunLightExample.js +++ b/examples/example/misc/sunLightExample.js @@ -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);