You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding portal view demo, and examples to illustrate the related concepts: stencil buffer testing, clipping planes, skyboxes, and synchronizing the relative position of two objects (used for portal view cameras).
Copy file name to clipboardExpand all lines: index.html
+31-6
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
<html>
2
2
<head>
3
-
<title>AR.js - examples</title>
3
+
<title>Three.js and AR.js - examples</title>
4
4
<linkrel=stylesheethref="css/index.css"/>
5
5
</head>
6
6
<body>
7
7
8
-
<divclass="bigTitle">AR.js Examples</div>
8
+
<divclass="bigTitle">Three.js and AR.js Examples</div>
9
9
<hr>
10
-
The goal of this collection is to provide a set of basic and instructive examples that introduce the various features in the Javascript-based Augmented Reality library,
The goal of this collection is to provide a set of basic and instructive examples that introduce the various features in the Javascript-based Augmented Reality (AR) library,
11
+
<aclass="toc" href="https://github.com/jeromeetienne/AR.js">AR.js</a>. Advanced <aclass="toc" href="https://threejs.org/">three.js</a> examples are also included.
12
12
<br/><br/>
13
-
Viewing these examples will require a device with a camera and one or both of the <aclass="toc" href="markers/hiro.png">Hiro</a> and <aclass="toc" href="markers/kanji.png">Kanji</a> marker patterns (either printed or displayed on a second device).
13
+
Viewing the AR examples will require a device with a camera and one or both of the <aclass="toc" href="markers/hiro.png">Hiro</a> and <aclass="toc" href="markers/kanji.png">Kanji</a> marker patterns (either printed or displayed on a second device).
14
14
<br/><br/>
15
15
Source code hosted at <aclass="toc" href="https://github.com/stemkoski/AR-Examples">GitHub</a>.
<pclass ="superText"> Creating a "portal to another world" effect. Camera moves using same controls as Object Movement example. Only visible from one side. </p>
148
+
<pclass ="superText"> Creating a "portal to another world" effect. Camera moves using same controls as Object Movement example. Only visible from one side.
149
+
<br/>Not very robust -- see the following portal examples instead.</p>
<pclass ="superText"> A simple example that sets up a clipping plane (aligned with a plane mesh) to limit the volume of the scene that is rendered. Useful for understanding portal view example. </p>
0 commit comments