Browse Source

Minor refactoring.
@alteredq seems like you forgot to upload textures/cube/Escher/dds/*.dds

Mr.doob 13 years ago
parent
commit
726398c3af
1 changed files with 24 additions and 21 deletions
  1. 24 21
      examples/scenes/test_scene.js

+ 24 - 21
examples/scenes/test_scene.js

@@ -555,34 +555,37 @@
 	"textures": {
 
 		"cube_reflection": {
-			"url": [ "textures/cube/SwedishRoyalCastle/px.jpg",
-					 "textures/cube/SwedishRoyalCastle/nx.jpg",
-					 "textures/cube/SwedishRoyalCastle/py.jpg",
-					 "textures/cube/SwedishRoyalCastle/ny.jpg",
-					 "textures/cube/SwedishRoyalCastle/pz.jpg",
-					 "textures/cube/SwedishRoyalCastle/nz.jpg"
-					]
+			"url": [
+				"textures/cube/SwedishRoyalCastle/px.jpg",
+				"textures/cube/SwedishRoyalCastle/nx.jpg",
+				"textures/cube/SwedishRoyalCastle/py.jpg",
+				"textures/cube/SwedishRoyalCastle/ny.jpg",
+				"textures/cube/SwedishRoyalCastle/pz.jpg",
+				"textures/cube/SwedishRoyalCastle/nz.jpg"
+			]
 		},
 
 		"cube_refraction": {
-			"url": [ "textures/cube/SwedishRoyalCastle/px.jpg",
-					 "textures/cube/SwedishRoyalCastle/nx.jpg",
-					 "textures/cube/SwedishRoyalCastle/py.jpg",
-					 "textures/cube/SwedishRoyalCastle/ny.jpg",
-					 "textures/cube/SwedishRoyalCastle/nz.jpg",
-					 "textures/cube/SwedishRoyalCastle/pz.jpg"
-					],
+			"url": [
+				"textures/cube/SwedishRoyalCastle/px.jpg",
+				"textures/cube/SwedishRoyalCastle/nx.jpg",
+				"textures/cube/SwedishRoyalCastle/py.jpg",
+				"textures/cube/SwedishRoyalCastle/ny.jpg",
+				"textures/cube/SwedishRoyalCastle/nz.jpg",
+				"textures/cube/SwedishRoyalCastle/pz.jpg"
+			],
 			"mapping": "CubeRefractionMapping"
 		},
 
 		"cube_compressed": {
-			"url": [ "textures/cube/Escher/dds/px.dds",
-					 "textures/cube/Escher/dds/nx.dds",
-					 "textures/cube/Escher/dds/py.dds",
-					 "textures/cube/Escher/dds/ny.dds",
-					 "textures/cube/Escher/dds/pz.dds",
-					 "textures/cube/Escher/dds/nz.dds"
-					]
+			"url": [
+				"textures/cube/Escher/dds/px.dds",
+				 "textures/cube/Escher/dds/nx.dds",
+				 "textures/cube/Escher/dds/py.dds",
+				 "textures/cube/Escher/dds/ny.dds",
+				 "textures/cube/Escher/dds/pz.dds",
+				 "textures/cube/Escher/dds/nz.dds"
+			]
 		},
 
 		"texture_bg": {