Skip to content

Commit e85baec

Browse files
committed
add draco gltf model to examples
1 parent e5930dd commit e85baec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ <h2>Tests</h2>
168168
<li><a href="test/geometry/">Geometry</a></li>
169169
<li><a href="test/geometry-gallery/">Geometry Gallery</a></li>
170170
<li><a href="test/gltf-model/">glTF Model</a></li>
171+
<li><a href="test/gltf-model/draco.html">glTF Model Draco</a></li>
171172
<li><a href="test/laser-controls/">Laser Controls</a></li>
172173
<li><a href="test/layer/">Compositor Layer</a></li>
173174
<li><a href="test/mixin/">Mixin</a></li>

examples/test/gltf-model/draco.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>glTF Model</title>
6-
<meta name="description" content="glTF Model Draco Default Path - A-Frame">
5+
<title>glTF Model Draco</title>
6+
<meta name="description" content="glTF Model Draco - A-Frame">
77
<script src="../../../dist/aframe-master.js"></script>
88
</head>
99
<body>

0 commit comments

Comments
 (0)