zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    js表单提交回调函数
    sublime text3下BracketHighlighter的配置方法
    不同版本的jquery的复选框checkbox的相关问题
    jquery键盘常见事件
    jQuery学习笔记(一)
    sublime text按esc经常进入command mode(不能输入任何东西)
    sublime text光标移入移出括号的快捷键设置
    sublime text3 自己定义的不同浏览器的预览快捷键
    grains和pillar的联合使用
    自定义模块和grains
  • 原文地址:https://www.cnblogs.com/herd/p/15265040.html
Copyright © 2011-2022 走看看