CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读取3ds

搜索资源列表

  1. opengl3ds

    0下载:
  2. 读取3ds模型的类,加载该类即可读取3ds模型-Read the 3ds model class, the class can read the 3ds model loading
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:15817
    • 提供者:gaohaitian
  1. 3dsftk

    0下载:
  2. 迄今为止最为完整的读取3ds格式文件的程序,请下载。-So far the most complete program to read 3ds format, please download.
  3. 所属分类:Game Engine

    • 发布日期:2017-05-08
    • 文件大小:1740940
    • 提供者:chopin
  1. 3DSLoader

    0下载:
  2. 3DS文件读取程序 用于三维开发的;快下吧,啥也不说了。-3DS file reading program for three-dimensional development fast under the bar, Han did not say.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-30
    • 文件大小:12357261
    • 提供者:huqiong
  1. 3dsfile

    0下载:
  2. 3ds文件格式,有利于opengl编程读取3ds文件。-3ds file format is conducive to opengl programming to read 3ds file.
  3. 所属分类:文件格式

    • 发布日期:2017-03-03
    • 文件大小:193644
    • 提供者:yds
  1. 3DSLoaderAndViewer

    0下载:
  2. 3DS 文件读取程序 for windows embedded CE-3DS loader and viewer
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:13248
    • 提供者:calvin
  1. Load3DSDemo

    0下载:
  2. 读取3ds文件 读取3ds文件-read 3ds filesread 3ds filesread 3ds files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1082976
    • 提供者:zhoujinhao
  1. GraphicsHomework

    6下载:
  2. 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
  3. 所属分类:OpenGL

    • 发布日期:2013-05-06
    • 文件大小:14389414
    • 提供者:王晓宁
  1. 3DmaxSLoader

    0下载:
  2. 3DmaxSLoadervc++平台上,结合opengl,通过设置OpenGL,使之适合Windows平台.利用OpenGL生成.渲染虚拟的三维地形,读取.3DS模型文件的数据,实现地形漫游的可视化.rar-3DmaxSLoadervc++ platform, combined with opengl, by setting the OpenGL, to fit the Windows platform. Generated using OpenGL. Rendering a virtual t
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:325316
    • 提供者:epzhlj
  1. Read3ds

    0下载:
  2. Read3ds 一个完善读取3ds的例子,包括文理,光照,摄像等-Read3ds a perfect example of read 3ds, including Arts, lighting, camera, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3964894
    • 提供者:董海光
  1. 3DSFileViewer

    0下载:
  2. 使用OpenGL读取3ds文件,实现摄像机的平移、旋转、缩放功能-use OpenGL to read 3ds file,models can be translated, rotated,and zoomed
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:265558
    • 提供者:丫头
  1. 3DSglLoader

    0下载:
  2. 3DSLoader,适合初学者,读取3DS格式的模型文件-3DSLoader, suitable for beginners, read 3DS model file format
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-01
    • 文件大小:910096
    • 提供者:nicole
  1. OpenGL_3DS

    0下载:
  2. OpenGL 读取3DS 文件,程序能读取简单的3DS文件-OpenGL read 3DS file, the program can read a simple 3DS file
  3. 所属分类:Graph program

    • 发布日期:2017-05-30
    • 文件大小:12292385
    • 提供者:zhang san
  1. 3DS

    0下载:
  2. 读取3dmax文件的实例,读取的是一个3dmax的文件-Read 3dmax file instance, read a 3dmax file
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:721349
    • 提供者:王成
  1. MFC_3DS

    0下载:
  2. 在MFC下读取3DS文件,源码,直接编译运行-Under the MFC read 3DS files, source code, compile and run directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2218077
    • 提供者:王小波
  1. 3449763DSFileLoader

    0下载:
  2. 3ds 的读取程序,可以读取绝大部分3dsfile功能较为完善。-3ds loader
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1113647
    • 提供者:li
  1. LoadMeshFrom3ds

    0下载:
  2. 利用一个读取3ds模型的类库读取3ds模型,并用DirectX生成mesh,最终在Direct中画出模型.程序由C#和directX写成.-3ds model using a library to read to read 3ds model, and DirectX build mesh, in the final draw in the Direct Model. Procedures written in C# and directX.
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:67503
    • 提供者:8085454
  1. Load3ds

    0下载:
  2. 一个完整的读取3ds模型的例子 一个完整的读取3ds模型的例子-Read the 3ds model a complete example of a complete example of reading 3ds model
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9033443
    • 提供者:jiaotan
  1. openglmfc3dmax3d

    0下载:
  2. 一个在mfc环境下读取3ds文件的源码,值得学习-An environment in mfc source code to read 3ds file, it is worth learning. . . .
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2181356
    • 提供者:王晓波
  1. OBJFileLoader

    0下载:
  2. 实现基于VC++ OpenGL读取3ds文件的程序-implement the OpenGL read 3ds
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3586182
    • 提供者:张杰
  1. load3ds

    0下载:
  2. 一个基于OpenGL的读取3ds场景的小游戏源码~-An OpenGL-based games to read 3ds scene source ~
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:923803
    • 提供者:Lyt
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com