瀏覽代碼

GLTFLoader: Remove tmp example.

Don McCurdy 7 年之前
父節點
當前提交
7d952795fe
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      examples/webgl_loader_gltf_extensions.html

+ 0 - 7
examples/webgl_loader_gltf_extensions.html

@@ -436,13 +436,6 @@
 					extensions: ['glTF', 'glTF-pbrSpecularGlossiness', 'glTF-Binary'],
 					addEnvMap: true
 				},
-				{
-					name : 'Allosaurus', url : './models/gltf/Allosaurus/%s/Allosaurus.glb',
-					cameraPos: new THREE.Vector3(0, 3, 5),
-					objectScale: new THREE.Vector3(10, 10, 10),
-					addLights:true,
-					extensions: ['glTF', 'glTF-Draco']
-				},
 				{
 					name : 'MetalRoughSpheres (PBR)', url : './models/gltf/MetalRoughSpheres/%s/MetalRoughSpheres.gltf',
 					cameraPos: new THREE.Vector3(2, 1, 15),