2011年1月11日

摘要: 文件格式以#号开始的为注释行。 # this is a comment An OBJ file contains several types of definitions: # 顶点坐标, with (x,y,z[,w]) coordinates, w is optional. v 0.123 0.234 0.345 1.0 v ... ... # 贴图坐标, in (u,v[,w]) coordinates, w is optional. vt 0.500 -1.352 [0.234] vt ... ... # 法向量, in (x,y,z) form; 不要求是单位法向量. vn 0.70 阅读全文
posted @ 2011-01-11 12:48 哈呜 阅读(277) 评论(0) 推荐(0)

导航