Browse Source

Fixed scene example.

alteredq 13 years ago
parent
commit
5e7d0fc061
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/scenes/test_scene.js

+ 2 - 2
examples/scenes/test_scene.js

@@ -123,7 +123,7 @@
 		"geometry" : "quad",
 		"geometry" : "quad",
 		"materials": [ "textured_bg" ],
 		"materials": [ "textured_bg" ],
 		"position" : [ 0, 15, -90 ],
 		"position" : [ 0, 15, -90 ],
-		"rotation" : [ 0, 0, 0 ],
+		"rotation" : [ 1.57, 0, 0 ],
 		"scale"	   : [ 20, 20, 20 ],
 		"scale"	   : [ 20, 20, 20 ],
 		"visible"  : true
 		"visible"  : true
 	},
 	},
@@ -132,7 +132,7 @@
 		"geometry" : "plane",
 		"geometry" : "plane",
 		"materials": [ "basic_gray" ],
 		"materials": [ "basic_gray" ],
 		"position" : [ 0, -10, 0 ],
 		"position" : [ 0, -10, 0 ],
-		"rotation" : [ 1.57, 0, 0 ],
+		"rotation" : [ 0, 0, 0 ],
 		"scale"	   : [ 100, 100, 100 ],
 		"scale"	   : [ 100, 100, 100 ],
 		"visible"  : true
 		"visible"  : true
 	}
 	}