Skip to content

Commit 10e7e0e

Browse files
committed
Removed Escher example.
1 parent 21ca9cd commit 10e7e0e

File tree

15 files changed

+1
-210
lines changed

15 files changed

+1
-210
lines changed

examples/files.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ var files = {
125125
"webgl_materials_cubemap_balls_refraction",
126126
"webgl_materials_cubemap_dynamic",
127127
"webgl_materials_cubemap_dynamic2",
128-
"webgl_materials_cubemap_escher",
129128
"webgl_materials_cubemap_refraction",
130129
"webgl_materials_displacementmap",
131130
"webgl_materials_envmaps",

examples/scenes/test_scene.js

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@
6666
"visible" : true
6767
},
6868

69-
"sphere_cube" : {
70-
"geometry" : "sphere_uvs",
71-
"material" : "phong_compressed_cube",
72-
"position" : [ -30, -2, -15 ],
73-
"rotation" : [ 0, 0, 0 ],
74-
"scale" : [ 1.5, 1.5, 1.5 ],
75-
"visible" : true
76-
},
77-
7869
"icosahedron" : {
7970
"geometry" : "icosahedron",
8071
"material" : "faceted_white",
@@ -604,11 +595,6 @@
604595
"parameters": { "color": 0, "specular": 16777215, "shininess": 50, "envMap": "cube_reflection", "reflectivity": 0.5, "combine": "MixOperation", "skinning": true, "morphTargets": true }
605596
},
606597

607-
"phong_compressed_cube": {
608-
"type": "MeshPhongMaterial",
609-
"parameters": { "color": 16777215, "envMap": "cube_compressed", "bumpMap": "texture_bump_repeat_2", "bumpScale": -0.1 }
610-
},
611-
612598
"lambert_green": {
613599
"type": "MeshLambertMaterial",
614600
"parameters": { "color": 30481, "blending": "AdditiveBlending", "transparent": true }
@@ -696,7 +682,7 @@
696682

697683
"multi_2": {
698684
"type": "MultiMaterial",
699-
"parameters": { "materials": [ "phong_compressed_cube", "phong_man", "phong_hand", "minecraft", "backsignals" ] }
685+
"parameters": { "materials": [ "basic_refraction", "phong_man", "phong_hand", "minecraft", "backsignals" ] }
700686
},
701687

702688
"multi_veyron": {
@@ -731,17 +717,6 @@
731717
"mapping": "CubeRefractionMapping"
732718
},
733719

734-
"cube_compressed": {
735-
"url": [
736-
"textures/cube/Escher/dds/px.dds",
737-
"textures/cube/Escher/dds/nx.dds",
738-
"textures/cube/Escher/dds/py.dds",
739-
"textures/cube/Escher/dds/ny.dds",
740-
"textures/cube/Escher/dds/pz.dds",
741-
"textures/cube/Escher/dds/nz.dds"
742-
]
743-
},
744-
745720
"texture_bg": {
746721
"url": "textures/cube/SwedishRoyalCastle/pz.jpg",
747722
"anisotropy": 4
-171 KB
Binary file not shown.
-171 KB
Binary file not shown.
-171 KB
Binary file not shown.
-171 KB
Binary file not shown.
-171 KB
Binary file not shown.
-171 KB
Binary file not shown.

examples/textures/cube/Escher/nx.jpg

-48.8 KB
Binary file not shown.

examples/textures/cube/Escher/ny.jpg

-43 KB
Binary file not shown.

examples/textures/cube/Escher/nz.jpg

-54.3 KB
Binary file not shown.

examples/textures/cube/Escher/px.jpg

-42.3 KB
Binary file not shown.

examples/textures/cube/Escher/py.jpg

-38 KB
Binary file not shown.

examples/textures/cube/Escher/pz.jpg

-41.3 KB
Binary file not shown.

examples/webgl_materials_cubemap_escher.html

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)