Skip to content

Commit adc26e1

Browse files
authored
Examples: Remove material AO demo. (#32579)
1 parent 56eb71c commit adc26e1

6 files changed

Lines changed: 0 additions & 446 deletions

File tree

examples/files.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@
232232
"webgl_postprocessing_gtao",
233233
"webgl_postprocessing_rgb_halftone",
234234
"webgl_postprocessing_masking",
235-
"webgl_postprocessing_material_ao",
236235
"webgl_postprocessing_ssaa",
237236
"webgl_postprocessing_outline",
238237
"webgl_postprocessing_pixel",

examples/jsm/Addons.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export * from './loaders/VTKLoader.js';
124124
export * from './loaders/XYZLoader.js';
125125

126126
export * from './materials/LDrawConditionalLineMaterial.js';
127-
export * from './materials/MeshPostProcessingMaterial.js';
128127

129128
export * from './math/Capsule.js';
130129
export * from './math/ColorConverter.js';

examples/jsm/materials/MeshPostProcessingMaterial.js

Lines changed: 0 additions & 167 deletions
This file was deleted.
-42.7 KB
Binary file not shown.

examples/tags.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"webgl_postprocessing_fxaa": [ "msaa", "multisampled" ],
105105
"webgl_postprocessing_godrays": [ "light scattering" ],
106106
"webgl_postprocessing_gtao": [ "ambient occlusion" ],
107-
"webgl_postprocessing_material_ao": [ "ambient occlusion" ],
108107
"webgl_shadowmap_progressive": [ "shadow", "soft", "lightmap", "onBeforeCompile" ],
109108
"webgl_postprocessing_ssaa": [ "msaa", "multisampled" ],
110109
"webgl_postprocessing_ssaa_unbiased": [ "msaa", "multisampled" ],

0 commit comments

Comments
 (0)