From 95b6754b6ee8c347abd1704d2c60e1ccd60698a3 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Sat, 11 Mar 2017 21:58:58 -0500 Subject: [PATCH] Add 'glTF-Binary/BoomBox.glb' to example list. --- examples/webgl_loader_gltf2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webgl_loader_gltf2.html b/examples/webgl_loader_gltf2.html index 00005e8215..eb95c2ebb2 100644 --- a/examples/webgl_loader_gltf2.html +++ b/examples/webgl_loader_gltf2.html @@ -373,7 +373,7 @@ cameraPos: new THREE.Vector3(2, 1, 3), objectRotation: new THREE.Euler(0, Math.PI, 0), addLights:true, - extensions: ["glTF"] + extensions: ["glTF", "glTF-Binary"] } ]; -- GitLab