搜索资源列表

  1. OpenGL_Read_3DS

    0下载:
  2. 用OpenGL编写的调用流行3D格式3DS的代码,通过代码可以学习3DS文件的结构以及OpenGL的编程方法-prepared with OpenGL 3D pop format called 3DS code, Code can learn through three DS document structure and the OpenGL Programming
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:300032
    • 提供者:杜斐
  1. 3dsClass

    0下载:
  2. 一个功能强大的3ds文件读取程序,目前很多的3ds文件读取程序功能有限,这是一的完整功能的程序-a powerful 3ds document reader that many of 3ds document reader limited functions, This is a function of the integrity of the process
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-10
    • 文件大小:195584
    • 提供者:lidajin
  1. 3DSModelEditor

    0下载:
  2. 一个可以读去3DS文件的编辑器,可以实现光照,材质的读取-one can read to the 3DS document editor, can achieve a light, the reading material
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3521536
    • 提供者:辛飞
  1. 200512162031650340

    1下载:
  2. 在visual C++平台上实现3ds模型的读取与导入,在opengl中进行读取重绘-in visual C platform to achieve 3ds model with the introduction of reading, conducted in opengl read refresh
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:82944
    • 提供者:华晋孙
  1. cw3ds

    0下载:
  2. 3DS模型在OPENGL动画中的应用 原代码及相关文件可以按照生命运行-OpenGL 3D animation model in the application source code and related documentation in accordance with operational life
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:cvwerv
  1. cwInit

    0下载:
  2. 3DS模型在OPENGL动画中的应用 做的人不多,做的有很多不很合理 竟请指教-OpenGL 3D animation model in the application of so many people, Many do not even reasonable requests and suggestions
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:cvwerv
  1. cwMain

    0下载:
  2. 另一个关于 3DS模型在OPENGL动画中的应用 的大家可以-another on the OpenGL 3D animation model of the application to see if we can
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:cvwerv
  1. 3D_face_construct

    0下载:
  2. 三维人脸造型程序,vc和opengl实现的,可以读取3ds模型文件-3D face modeling procedures, vc and borders to achieve, and can read documents 3ds model
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:222208
    • 提供者:李牧群
  1. opengl_3ds

    0下载:
  2. 基于opengl的三维模型(*.3ds)的导入,并对三维模型进行纹理映射。-based on the 3D model opengl (*. 3ds) the introduction, as well as three-dimensional model for texture mapping.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:2503680
    • 提供者:付金
  1. 3DEDITOR

    0下载:
  2. 3ds编辑器 实现了3ds的导入 计算 编辑等功能-3ds editors realized the 3ds into the calculation of editing functions
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-10
    • 文件大小:836608
    • 提供者:杨卫军
  1. New3DSLoader

    0下载:
  2. 3ds 文件读取程序-3ds file reader
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:496640
    • 提供者:beyondwcm
  1. 3DS

    0下载:
  2. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:3777536
    • 提供者:zhoufeng
  1. Control

    0下载:
  2. 这个是用opengl编写的用于加载3DS模型的一个类,这里面主要是加载了一个飞机
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-10
    • 文件大小:4448256
    • 提供者:闫声刚
  1. MFCopengl

    0下载:
  2. 使用opengl来加载3ds的模型的源码,图形可以旋转,基于MFC.-Use opengl to load the source model 3ds, graphics can be rotated based on the MFC.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:2453504
    • 提供者:李宇明
  1. 3dsload

    0下载:
  2. 用C++和为OPENGL编写的3DS文件的读入程序-With C++ And prepared for OPENGL read 3DS file procedures
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:462848
    • 提供者:yangliu
  1. 3DSLoader

    0下载:
  2. vc++中一个完善的读取3DS文件例子 OpenGL示例-vc++ a perfect example to read 3DS file OpenGL Example
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:720896
    • 提供者:罗格
  1. 3dsformat

    0下载:
  2. 这里提供一个vc编写的程序,它可以读出以上提到的所有内容,并可以扩充。它的结构受到了Andrea Ingegneri的启发,他的主页是http://www.tsrevolution.com/。 程序的核心思想是编写一个了解3ds文件结构的类,但没有具体的数据结构。具体的数据结构有它的子类提供,这样就不受到文件结构的限制。 c3DS就是这样一个类,它提供一系列的虚函数来读数据,但并不保存数据,你必须自己写一个类来继承它,并覆盖这些
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-10
    • 文件大小:195584
    • 提供者:*师
  1. load3ds

    0下载:
  2. 导入3ds文件的详细代码,基本上所有格式的3ds文件都可导入-Import 3ds file detailed code, for essentially all of the 3ds file format can be imported
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:663552
    • 提供者:钟生
  1. 3DEditor

    0下载:
  2. 三维场景编辑软件 能实现3DS外部对象的输入和输出 材质纹理的编辑 还可以将屏幕保存为图形文件 录制AVI文件等
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:2174976
    • 提供者:小康
  1. loader

    0下载:
  2. 自己写的一个在opengl环境中加载3ds文件的类,很好用,但是3ds的贴图文件都应该是.bmp格式的才可以。
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:HMILY
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org