Skip to content

Commit 13c97b1

Browse files
committed
WebVR examples clean up.
1 parent 24127b9 commit 13c97b1

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

examples/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ var files = {
236236
],
237237
"webvr": [
238238
"webvr_cubes",
239+
"webvr_panorama",
239240
"webvr_rollercoaster",
240-
"webvr_stereo_pano",
241241
"webvr_video"
242242
],
243243
"css3d": [

examples/webvr_cubes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>three.js webgl - webvr cubes</title>
4+
<title>three.js webvr - cubes</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77
<style>

examples/webvr_stereo_pano.html renamed to examples/webvr_panorama.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>three.js webgl - stereo pano demo</title>
4+
<title>three.js webvr - panorama</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77
<meta name="viewmode" content="projection=stereo">

examples/webvr_rollercoaster.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
23
<head>
34
<meta charset="utf-8">
45
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
5-
<title>Roller Coaster</title>
6+
<title>three.js webvr - roller coaster</title>
67
<style>
78
body {
89
margin: 0px;

examples/webvr_video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>three.js webgl - webvr video</title>
4+
<title>three.js webvr - video</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
77
<style>

0 commit comments

Comments
 (0)