Browse Source

GLTFLoader: Remove tmp example.

Don McCurdy 7 years ago
parent
commit
7d952795fe
1 changed files with 0 additions and 7 deletions
  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),