소스 검색

Removed decoderType

Fan Zhang 8 년 전
부모
커밋
33ae6a9dc1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();