Skip to content

Commit

Permalink
reorder examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Etienne authored and Jerome Etienne committed Feb 2, 2017
1 parent 2f053d4 commit b281408
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,60 @@
</head>

<body>

<h2>Three.js examples</h2>

<div class="example">
<a href="barcode_threejs.html">
Barcode tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/20.png">3x3 marker id 20</a>
</div>

<div class="example">
<a href="pattern_threejs.html">
Pattern marker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Hiro%20pattern.pdf">Hiro pattern</a> and <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Kanji%20pattern.pdf">Kanji pattern</a>
</div>

<div class="example">
<a href="pattern_and_barcode_threejs.html">
Mixed pattern and barcode marker tracking
</a>
<p>Uses device camera.
<p>Use
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/5.png">3x3 marker id 5</a>,
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/20.png">3x3 marker id 20</a>,
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Hiro%20pattern.pdf">Hiro pattern</a> and <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Kanji%20pattern.pdf">Kanji pattern</a>
</div>

<div class="example">
<a href="multimarker_barcode_threejs.html">
Barcode multimarker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Multi%20pattern%204x3%20(A4).pdf">Multi pattern 4x3</a>
</div>

<div class="example">
<a href="multimarker_pattern_threejs.html">
Pattern multimarker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Multi%20pattern%20(template%2C%20A4).pdf">Multi pattern (template)</a>
</div>

<div class="example">
<a href="threejs_from_scratch.html">
Three.js example without helper API
</a>
<p>Uses pre-recorded video.
<p>Not interactive. Draws a cube on top of last detected marker square.
</div>



<h2>NFT Examples</h2>
Expand Down Expand Up @@ -98,60 +152,6 @@ <h2>Canvas debug examples</h2>
</div>


<h2>Three.js examples</h2>

<div class="example">
<a href="barcode_threejs.html">
Barcode tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/20.png">3x3 marker id 20</a>
</div>

<div class="example">
<a href="pattern_threejs.html">
Pattern marker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Hiro%20pattern.pdf">Hiro pattern</a> and <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Kanji%20pattern.pdf">Kanji pattern</a>
</div>

<div class="example">
<a href="pattern_and_barcode_threejs.html">
Mixed pattern and barcode marker tracking
</a>
<p>Uses device camera.
<p>Use
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/5.png">3x3 marker id 5</a>,
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Matrix%20code%203x3%20(72dpi)/20.png">3x3 marker id 20</a>,
<a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Hiro%20pattern.pdf">Hiro pattern</a> and <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Kanji%20pattern.pdf">Kanji pattern</a>
</div>

<div class="example">
<a href="multimarker_barcode_threejs.html">
Barcode multimarker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Multi%20pattern%204x3%20(A4).pdf">Multi pattern 4x3</a>
</div>

<div class="example">
<a href="multimarker_pattern_threejs.html">
Pattern multimarker tracking
</a>
<p>Uses device camera.
<p>Use <a href="https://github.com/artoolkit/artoolkit5/blob/master/doc/patterns/Multi%20pattern%20(template%2C%20A4).pdf">Multi pattern (template)</a>
</div>

<div class="example">
<a href="threejs_from_scratch.html">
Three.js example without helper API
</a>
<p>Uses pre-recorded video.
<p>Not interactive. Draws a cube on top of last detected marker square.
</div>



</body>

Expand Down

0 comments on commit b281408

Please sign in to comment.