CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 3D图形编程 搜索资源 - OPENGL MODEL

搜索资源列表

  1. A08_show3Dmode

    0下载:
  2. 本程序使3DS文件所显示的模型能在opengl平台下显示。-This procedure 3DS file so that the model shown in opengl platform show.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:28668
    • 提供者:马迪
  1. 3DSFileLoader

    0下载:
  2. 该程序是学习3DS模型读取和绘制的学习程序。实现了一个三维头像纹理模型。采用C++与opengl实现。-The program is learning to read and draw 3DS model of the learning process. Achieved a three-dimensional image texture model. Using C++ With opengl achieve.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:554158
    • 提供者:雪儿
  1. Load_model_3d

    0下载:
  2. 实现了3d 的模型的载入的功能(基于opengl的Windows的实现)-3d model of a function of loading
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4517769
    • 提供者:mxl
  1. planet3d

    0下载:
  2. 通过使用C#和OPengl构建出一个地球的模型,可以漫游,缩放等-Through the use of C# and OPengl to build a model of the Earth may be roaming, zooming, etc.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-03
    • 文件大小:1154896
    • 提供者:路粮户
  1. DynamicWorld

    0下载:
  2. 使用opengl中的纹理贴图,光照,以及3D模型导入,构造了一个房间,能够使用鼠标和键盘实现虚拟漫游(w,a,s,d)-Use opengl the texture mapping, illumination, and 3D model import, construct a room, be able to use the mouse and keyboard to achieve a virtual roaming (w, a, s, d)
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-08
    • 文件大小:15797719
    • 提供者:赵斌
  1. 04_Rotate

    0下载:
  2. 使用OpenGL的一个简单框架,实现了加载一个模型,并通过旋转操作多角度地观察模型,很适合初学者学习-A simple frame using OpenGL to achieve a load a model and multi-angle by rotating the operator to observe the model, it is suitable for beginners to learn
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-01
    • 文件大小:652572
    • 提供者:王大川
  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. Cload3ds

    1下载:
  2. 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
  3. 所属分类:3D Graphic

    • 发布日期:2016-06-22
    • 文件大小:10240
    • 提供者:郭培
  1. ModelViewerProject

    0下载:
  2. 3D model viewer using openGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:907155
    • 提供者:gene
  1. legoman(3d)

    0下载:
  2. Legoman Animated 3D model OpenGl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3940
    • 提供者:xiaset
  1. legoman(3d-edge-mode)

    0下载:
  2. Legoman 3D model. Edge mode enabled. OpenGl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:xiaset
  1. 3D2009-264

    0下载:
  2. 3ds模型,基于opengl的制作,简单的三维图形设计。-3ds model, design opengl production, 3D graphics.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:861176
    • 提供者:baba
  1. chaji3D-C37-max2009

    0下载:
  2. 简单的3ds三维模型制作,茶几的制作,基于opengl。-3ds 3D model making, the production of the coffee table, based on opengl.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:937941
    • 提供者:baba
  1. Archive

    0下载:
  2. 载入obj格式3d模型的OpenGL程序,可以平移,旋转相机和模型。linux下可以使用makefile编译,运行时,obj文件名作为参数。-A program using OpenGL to import .obj file. User can translate and rotate the camera and model.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-16
    • 文件大小:24759
    • 提供者:吴树春
  1. ARDemo

    0下载:
  2. 增强现实演示程序,用OPENGL渲染的,通过调用3DS格式的3D模型进行显示,对AR初学者有极大的帮助-Augmented Reality demo program, OPENGL rendering, by calling the 3DS format 3D model display AR beginners great
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-26
    • 文件大小:34122322
    • 提供者:changhe.cheng
  1. Opengl3Dmodelling

    0下载:
  2. opengl做的模型,分享给大家,让大家学习和分享,3d模型-opengl models do share with everyone, so that we learn and share, 3d model
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-26
    • 文件大小:813533
    • 提供者:罗丹
  1. 3DS Loader

    0下载:
  2. 将3D模型转换成*.h 和*.gl文件,然后读入到OpenGL程序中,-read 3D model into program based on OpenGL
  3. 所属分类:3D图形编程

    • 发布日期:2017-11-07
    • 文件大小:649846
    • 提供者:龙晟
  1. OctreeGPU

    0下载:
  2. 基于GPU和Octree的3D图形程序,能够实现对3ds模型数据的八叉树管理与渲染,带图形交互功能。-Based on GPU and Octree, managing and rendering 3ds model with Octree and OpenGL, with GUI interaction.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-30
    • 文件大小:29129207
    • 提供者:博文
  1. Flight3d

    0下载:
  2. 一个用VC6++写的飞机模型,实现用键盘控制其方向,前进,是初学OPENGL的一个很好的例子-An to write with VC6++ aircraft model, use the keyboard to control the direction, forward, is the beginner the OPENGL of a good example
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-16
    • 文件大小:6134801
    • 提供者:shazhigang
  1. draw

    0下载:
  2. 是一个简单的 可画画的正方形模型模型,运用opengl的代码来进行编译-simple, can be rotated, square model
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-25
    • 文件大小:6936
    • 提供者:刘军
« 1 23 »
搜珍网 www.dssz.com