Tentone 6 년 전
부모
커밋
adda6c559c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/exporters/DracoExporter.js

+ 1 - 1
examples/js/exporters/DracoExporter.js

@@ -6,8 +6,8 @@
  * Draco files are compressed and usually are smaller than conventional 3D file formats.
  *
  * @class DracoExporter
- * @author syed-usman
  * @author tentone
+ * @author syed-usman
  */
 
 THREE.DracoExporter = function () {};