Skip to content

Commit 726398c

Browse files
committed
Minor refactoring.
@alteredq seems like you forgot to upload textures/cube/Escher/dds/*.dds
1 parent bfa5a1d commit 726398c

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

examples/scenes/test_scene.js

+24-21
Original file line numberDiff line numberDiff line change
@@ -555,34 +555,37 @@
555555
"textures": {
556556

557557
"cube_reflection": {
558-
"url": [ "textures/cube/SwedishRoyalCastle/px.jpg",
559-
"textures/cube/SwedishRoyalCastle/nx.jpg",
560-
"textures/cube/SwedishRoyalCastle/py.jpg",
561-
"textures/cube/SwedishRoyalCastle/ny.jpg",
562-
"textures/cube/SwedishRoyalCastle/pz.jpg",
563-
"textures/cube/SwedishRoyalCastle/nz.jpg"
564-
]
558+
"url": [
559+
"textures/cube/SwedishRoyalCastle/px.jpg",
560+
"textures/cube/SwedishRoyalCastle/nx.jpg",
561+
"textures/cube/SwedishRoyalCastle/py.jpg",
562+
"textures/cube/SwedishRoyalCastle/ny.jpg",
563+
"textures/cube/SwedishRoyalCastle/pz.jpg",
564+
"textures/cube/SwedishRoyalCastle/nz.jpg"
565+
]
565566
},
566567

567568
"cube_refraction": {
568-
"url": [ "textures/cube/SwedishRoyalCastle/px.jpg",
569-
"textures/cube/SwedishRoyalCastle/nx.jpg",
570-
"textures/cube/SwedishRoyalCastle/py.jpg",
571-
"textures/cube/SwedishRoyalCastle/ny.jpg",
572-
"textures/cube/SwedishRoyalCastle/nz.jpg",
573-
"textures/cube/SwedishRoyalCastle/pz.jpg"
574-
],
569+
"url": [
570+
"textures/cube/SwedishRoyalCastle/px.jpg",
571+
"textures/cube/SwedishRoyalCastle/nx.jpg",
572+
"textures/cube/SwedishRoyalCastle/py.jpg",
573+
"textures/cube/SwedishRoyalCastle/ny.jpg",
574+
"textures/cube/SwedishRoyalCastle/nz.jpg",
575+
"textures/cube/SwedishRoyalCastle/pz.jpg"
576+
],
575577
"mapping": "CubeRefractionMapping"
576578
},
577579

578580
"cube_compressed": {
579-
"url": [ "textures/cube/Escher/dds/px.dds",
580-
"textures/cube/Escher/dds/nx.dds",
581-
"textures/cube/Escher/dds/py.dds",
582-
"textures/cube/Escher/dds/ny.dds",
583-
"textures/cube/Escher/dds/pz.dds",
584-
"textures/cube/Escher/dds/nz.dds"
585-
]
581+
"url": [
582+
"textures/cube/Escher/dds/px.dds",
583+
"textures/cube/Escher/dds/nx.dds",
584+
"textures/cube/Escher/dds/py.dds",
585+
"textures/cube/Escher/dds/ny.dds",
586+
"textures/cube/Escher/dds/pz.dds",
587+
"textures/cube/Escher/dds/nz.dds"
588+
]
586589
},
587590

588591
"texture_bg": {

0 commit comments

Comments
 (0)