# 1、Obj格式文件解析
顶点数据(Vertex data
)
v: 几何体顶点坐标 (Geometric vertices)
vt: 贴图坐标点 (Texture vertices)
vn: 顶点法线 (Vertex normals)
vp: 参数空格顶点 (Parameter space vertices)自由形态曲线(Free-form curve)/表面属性(surface attributes)
deg: 度(Degree)
bmat:基础矩阵 (Basic matrix)
step: 步尺寸 (Step size)
cstype: 曲线或表面类型(Curve or surface type)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
元素(Elements
)
p: 点(Point)
l: 线(Line)
f: 面(Face)
curv: 曲线(Curve)
curv2: 2D曲线(2D curve)
surf: 表面(Surface)
parm: 参数值(Parameter Values)
trim: 外部修剪循环(Outer trimming loop)
g:组(group)
o: 对象名称
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
阅读量:
评 论:
← 7、纹理贴图 9、WebGL性能提升 →