Преглед на файлове

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),