diff --git a/examples/files.js b/examples/files.js index 3736decc85318c863db186162a2e583a2c9d393c..a69c0e5c36760f2bfe8d8534ed256207f7443aa8 100644 --- a/examples/files.js +++ b/examples/files.js @@ -173,6 +173,7 @@ var files = { "webgl_objects_update", "webgl_octree", "webgl_octree_raycasting", + "webgl_panorama_cube", "webgl_panorama_dualfisheye", "webgl_panorama_equirectangular", "webgl_performance", diff --git a/examples/textures/cube/sun_temple_stripe.jpg b/examples/textures/cube/sun_temple_stripe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abb71a1f95536995aa867c9561ef0d9696f483b4 Binary files /dev/null and b/examples/textures/cube/sun_temple_stripe.jpg differ diff --git a/examples/webgl_panorama_cube.html b/examples/webgl_panorama_cube.html new file mode 100644 index 0000000000000000000000000000000000000000..c06683e53e038570936e4c625b67d3d736173ff3 --- /dev/null +++ b/examples/webgl_panorama_cube.html @@ -0,0 +1,146 @@ + + + + three.js webvr - panorama + + + + + + +
+
+ three.js webgl - cube panorama demo. +
+ + + + + + + diff --git a/examples/webvr_panorama.html b/examples/webvr_panorama.html index 1b4fba98a149af2e8dd7b7448b4e263d2c5136cc..d08318271328594e9aca1aed61ad75a3986f3c68 100644 --- a/examples/webvr_panorama.html +++ b/examples/webvr_panorama.html @@ -16,7 +16,6 @@ -