From c0dbf052eb276e407a0d2ea881b010303859d9cd Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Thu, 25 Oct 2018 18:54:12 -0700 Subject: [PATCH] Examples: Renamed webgl_interactive_boxselection to misc_boxselection --- examples/files.js | 2 +- ...bgl_interactive_boxselection.html => misc_boxselection.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{webgl_interactive_boxselection.html => misc_boxselection.html} (100%) diff --git a/examples/files.js b/examples/files.js index 01ddcde85d..48b0c523bf 100644 --- a/examples/files.js +++ b/examples/files.js @@ -54,7 +54,6 @@ var files = { "webgl_interactive_lines", "webgl_interactive_points", "webgl_interactive_raycasting_points", - "webgl_interactive_boxselection", "webgl_interactive_voxelpainter", "webgl_kinect", "webgl_layers", @@ -343,6 +342,7 @@ var files = { "misc_animation_authoring", "misc_animation_groups", "misc_animation_keys", + "misc_boxselection", "misc_controls_deviceorientation", "misc_controls_fly", "misc_controls_map", diff --git a/examples/webgl_interactive_boxselection.html b/examples/misc_boxselection.html similarity index 100% rename from examples/webgl_interactive_boxselection.html rename to examples/misc_boxselection.html -- GitLab