Tentone 6 years ago
parent
commit
adda6c559c
1 changed files with 1 additions and 1 deletions
  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 () {};