Tentone 6 anni fa
parent
commit
adda6c559c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 () {};