diff --git a/examples/files.js b/examples/files.js index 50d7db340381f0bde9844eb7f44ab466f0ba817a..a2f900f94139aa8202bd5f03d85d646fa37b0d69 100644 --- a/examples/files.js +++ b/examples/files.js @@ -214,7 +214,6 @@ var files = { "webgl_postprocessing_crossfade", "webgl_postprocessing_dof", "webgl_postprocessing_dof2", - "webgl_postprocessing_edgedetection", "webgl_postprocessing_glitch", "webgl_postprocessing_godrays", "webgl_postprocessing_masking", @@ -224,6 +223,7 @@ var files = { "webgl_postprocessing_outline", "webgl_postprocessing_procedural", "webgl_postprocessing_smaa", + "webgl_postprocessing_sobel", "webgl_postprocessing_ssao", "webgl_postprocessing_sao", "webgl_postprocessing_taa", diff --git a/examples/webgl_postprocessing_edgedetection.html b/examples/webgl_postprocessing_sobel.html similarity index 97% rename from examples/webgl_postprocessing_edgedetection.html rename to examples/webgl_postprocessing_sobel.html index 30e5212605ea56bd550576a1db70234f19cb11a6..876621c9f1c5a2e33b0e5e269c6d6b5b0a48a89a 100644 --- a/examples/webgl_postprocessing_edgedetection.html +++ b/examples/webgl_postprocessing_sobel.html @@ -1,7 +1,7 @@ - three.js webgl - postprocessing - edge detection (Sobel) + three.js webgl - postprocessing - sobel (edge detection)