Browse Source

Removed decoderType

Fan Zhang 8 years ago
parent
commit
33ae6a9dc1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_loader_draco.html

+ 0 - 1
examples/webgl_loader_draco.html

@@ -46,7 +46,6 @@
 
                 // Global Draco decoder type.
                 var dracoLoader = new THREE.DRACOLoader('js/loaders/draco/');
-                var dracoDecoderType = {};
 		init();
 		animate();