• obj格式学习


    v开头的行是顶点数据,

    v的行表示是顶点数据之空间坐标(position),

    vt的行表示是顶点数据之纹理坐标(texture coordinate),

    vn的行表示是顶点数据之法线向量(normal)。

    顶点数据(Vertex data):
    v 几何体顶点(Geometric vertices)
    vt 贴图坐标点(Texture vertices)
    vn 顶点法线(Vertex normals)
    vp 参数空格顶点 (Parameter space vertices)


    自由形态曲线(Free-form curve)/表面属性(surface attributes):
    deg 度(Degree)
    bmat 基础矩阵(Basis matrix)
    step 步尺寸(Step size)
    cstype 曲线或表面类型 (Curve or surface type)


    元素(Elements):
    p 点(Point)
    l 线(Line)
    f 面(Face)
    curv 曲线(Curve)
    curv2 2D曲线(2D curve)
    surf 表面(Surface)
    自由形态曲线(Free-form curve)/表面主体陈述(surface body statements):
    parm 参数值(Parameter values )
    trim 外部修剪循环(Outer trimming loop)
    hole 内部整修循环(Inner trimming loop)
    scrv 特殊曲线(Special curve)
    sp 特殊的点(Special point)
    end 结束陈述(End statement)
    自由形态表面之间的连接(Connectivity between free-form surfaces):
    con 连接 (Connect)
    成组(Grouping):
    g 组名称(Group name)
    s 光滑组(Smoothing group)
    mg 合并组(Merging group)
    o 对象名称(Object name)
    显示(Display)/渲染属性(render attributes):
    bevel 导角插值(Bevel interpolation)
    c_interp 颜色插值(Color interpolation)
    d_interp 溶解插值(Dissolve interpolation)
    lod 细节层次(Level of detail)
    usemtl 材质名称(Material name)
    mtllib 材质库(Material library)
    shadow_obj 投射阴影(Shadow casting)
    trace_obj 光线跟踪(Ray tracing)
    ctech 曲线近似技术(Curve approximation technique)
    stech 表面近似技术 (Surface approximation technique)

    参考:

    https://baike.baidu.com/item/obj%E6%96%87%E4%BB%B6/3574019?ivk_sa=1024630g

    http://www.rastertek.com/dx11tut08.html

    ##########################

    QQ 3087438119
  • 相关阅读:
    -_-#【缓存】Content-Type 错误
    ♫【事件】事件处理程序
    -_-#【Node】Express 400 Error: ENOENT, open
    【JS】定位
    【JS】壹零零壹
    洛谷—— P1018 乘积最大
    洛谷—— P1017 进制转换
    洛谷——P1011 车站
    洛谷——P2241 统计方形(数据加强版)
    洛谷——P1548 棋盘问题
  • 原文地址:https://www.cnblogs.com/herd/p/15265040.html
Copyright © 2020-2023  润新知