D:\Program Files (x86)\Python\Python35-32>python "d:\Program Files (x86)\obj-convert-js\convert_obj_three.py" -i *.obj -o result.js
File "d:\Program Files (x86)\obj-convert-js\convert_obj_three.py", line 815
print "WARNING: skipping morph [%s] with different number of vertices [%d] than the original model [%d]" % (name, n_morph_vertices, n_vertices)
^
SyntaxError: invalid syntax
D:\Program Files (x86)\Python\Python35-32>
以上就是我的转换运行命令,一直转换不了,求大神解答!
我想大概是python版本的问题,我用的是3.x,大概是使用2.x才可以哦