Browse Source

Merge pull request #10990 from donmccurdy/feat-gltf2-binary-example

[glTF] Add 'glTF-Binary/BoomBox.glb' to example list.
Mr.doob 8 years ago
parent
commit
e6f3fcc405
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),
 					cameraPos: new THREE.Vector3(2, 1, 3),
 					objectRotation: new THREE.Euler(0, Math.PI, 0),
 					objectRotation: new THREE.Euler(0, Math.PI, 0),
 					addLights:true,
 					addLights:true,
-					extensions: ["glTF"]
+					extensions: ["glTF", "glTF-Binary"]
 				}
 				}
 			];
 			];