# 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)

元素(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: 对象名称

评 论:

Last Updated: 9/24/2024, 6:06:00 PM