Browse Source

Add 'glTF-Binary/BoomBox.glb' to example list.

Don McCurdy 8 years ago
parent
commit
95b6754b6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_loader_gltf2.html

+ 1 - 1
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"]
 				}
 			];