From d5b89e7a0ae5a48c6b776c6f84ac73bd34625d79 Mon Sep 17 00:00:00 2001 From: Steven Vergenz Date: Fri, 26 Jan 2018 11:26:54 -0800 Subject: [PATCH] Add native gltf demo to examples index --- examples/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/index.html b/examples/index.html index 8b6d423a..520197de 100644 --- a/examples/index.html +++ b/examples/index.html @@ -46,6 +46,7 @@ 'aframe/fireball/index.html', 'aframe/introduction/index.html', 'aframe/moon.html', + 'aframe/native-gltf.html', 'aframe/native-layout-browsers.html', 'aframe/native-parents.html', 'aframe/native-portals.html',