Browse Source

Added link to OBJ converter script at GitHub to JS template.

alteredq 15 years ago
parent
commit
31644e179b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      utils/exporters/convert_obj_threejs.py

+ 2 - 1
utils/exporters/convert_obj_threejs.py

@@ -126,7 +126,8 @@ TEMPLATE_FILE = u"""\
 //  faces: %(nface)d 
 //  materials: %(nmaterial)d
 //
-//  This file was generated by "convert_obj_treejs.py"
+//  Generated with OBJ -> Three.js converter
+//  http://github.com/alteredq/three.js/blob/master/utils/exporters/convert_obj_threejs.py
 
 var %(name)s = function ( urlbase ) {
     var scope = this;