From a8080659202fed5ab0e6299769ccf86e7b0df16a Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Tue, 10 Sep 2019 19:55:30 +0200 Subject: [PATCH] Examples: Rename DragControls example. --- examples/files.js | 2 +- ...ablecubes.html => misc_controls_drag.html} | 28 ++++++------------- 2 files changed, 10 insertions(+), 20 deletions(-) rename examples/{webgl_interactive_draggablecubes.html => misc_controls_drag.html} (78%) diff --git a/examples/files.js b/examples/files.js index 5af31eb9b3..10ff9ca17c 100644 --- a/examples/files.js +++ b/examples/files.js @@ -52,7 +52,6 @@ var files = { "webgl_interactive_cubes_gpu", "webgl_interactive_instances_gpu", "webgl_interactive_cubes_ortho", - "webgl_interactive_draggablecubes", "webgl_interactive_lines", "webgl_interactive_points", "webgl_interactive_raycasting_points", @@ -360,6 +359,7 @@ var files = { "misc_animation_keys", "misc_boxselection", "misc_controls_deviceorientation", + "misc_controls_drag", "misc_controls_fly", "misc_controls_map", "misc_controls_orbit", diff --git a/examples/webgl_interactive_draggablecubes.html b/examples/misc_controls_drag.html similarity index 78% rename from examples/webgl_interactive_draggablecubes.html rename to examples/misc_controls_drag.html index 3d3aa6380b..f11a947ce1 100644 --- a/examples/webgl_interactive_draggablecubes.html +++ b/examples/misc_controls_drag.html @@ -1,7 +1,7 @@ - three.js webgl - draggable cubes + three.js webgl - drag controls @@ -18,7 +18,7 @@
- three.js webgl - draggable cubes + three.js webgl - drag controls