Explorar el Código

GLTFLoader: Remove tmp example.

Don McCurdy hace 7 años
padre
commit
7d952795fe
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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),