From 1653c9a6282970a8f01bee233b0f11344b842f08 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Sun, 24 Nov 2019 16:41:19 -0600 Subject: [PATCH] Examples: Renamed webvr_6dof_panorama to webvr_panorama_depth and clean up. --- examples/files.js | 4 +- examples/webvr_6dof_panorama.html | 138 ---------------------------- examples/webvr_panorama_depth.html | 139 +++++++++++++++++++++++++++++ 3 files changed, 141 insertions(+), 140 deletions(-) delete mode 100644 examples/webvr_6dof_panorama.html create mode 100644 examples/webvr_panorama_depth.html diff --git a/examples/files.js b/examples/files.js index 7e4a6d917e..9f5472f582 100644 --- a/examples/files.js +++ b/examples/files.js @@ -329,14 +329,14 @@ var files = { "webvr_lorenzattractor", "webvr_multiview", "webvr_panorama", + "webvr_panorama_depth", "webvr_paint", "webvr_rollercoaster", "webvr_sandbox", "webvr_sculpt", "webvr_video", "webvr_vive_paint", - "webvr_vive_sculpt", - "webvr_6dof_panorama" + "webvr_vive_sculpt" ], "physics": [ "webgl_physics_cloth", diff --git a/examples/webvr_6dof_panorama.html b/examples/webvr_6dof_panorama.html deleted file mode 100644 index fbc36dd66a..0000000000 --- a/examples/webvr_6dof_panorama.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - three.js webvr - 360 6DOF panorama - - - - - - - -
- -
- three.js webvr - 360 6DOF panorama
- Created by @juniorxsound. Panorama from krpano. -
- - - - - - diff --git a/examples/webvr_panorama_depth.html b/examples/webvr_panorama_depth.html new file mode 100644 index 0000000000..adf3c21339 --- /dev/null +++ b/examples/webvr_panorama_depth.html @@ -0,0 +1,139 @@ + + + + three.js webvr - panorama with depth + + + + + + + +
+ +
+ three.js webvr - panorama with depth
+ Created by @juniorxsound. Panorama from krpano. +
+ + + + + + -- GitLab