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

搜索资源列表

  1. GLLighting

    0下载:
  2. 使用OpenGL光照模型呈现立体感 本文适合于opengl光照初学者-Using the OpenGL lighting model showing three-dimensional
  3. 所属分类:DirextX

    • 发布日期:2017-05-12
    • 文件大小:3014430
    • 提供者:许鱼
  1. Show_skeleton

    0下载:
  2. 用Opengl渲染出.off模型并标出骨骼点-using OpenGL render .off model and draw the skeleton point
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-23
    • 文件大小:47889408
    • 提供者:杨曦
  1. exam

    0下载:
  2. 结合MFC编写OpenGL地球仪,模型导入通过自己编写obj类读取obj文件,具有一定的应用-MFC OpenGL globe with the preparation of the model into class to read through their writing obj obj file, the application of certain
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-03
    • 文件大小:14984434
    • 提供者:吴佳佳
  1. wrl_viewer

    0下载:
  2. 一个使用VC++和OpenGL开发的浏览VRML模型的例子,使用本程序可以很方便的浏览VRML模型-A use VC++ And OpenGL browser VRML model developed examples, the use of this procedure can easily browse the VRML model
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:666667
    • 提供者:yx
  1. cha-hu

    0下载:
  2. 将3ds模型转换为opengl代码,再在VC的win32控制台运行该茶壶程序-Opengl 3ds model into the code, then the VC of the win32 console program to run the teapot
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1030216
    • 提供者:xiaoli
  1. taiyangximoxing

    0下载:
  2. 基于Opengl的图形界面编程。这里绘制了简单的太阳系模型,以及相应的星星。相当形象。初学者也可以相应学习一下。-Based on the graphical interface programming Opengl. This drawing simple solar system model, and the corresponding star. Quite a figure. Beginners can learn about corresponding.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-09
    • 文件大小:1736559
    • 提供者:钟纪明
  1. Opendl_Load3ds

    0下载:
  2. 将3ds文件加载到opengl中并实现模型的坐标变换-Opengl 3ds file will be loaded into and implement the model in the coordinate transformation
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:3114996
    • 提供者:zhc
  1. LiuliDemo

    0下载:
  2. 三维魔方交互,具有不同颜色的显示,为OpenGL开发的初学者提供了良好的示范作用-Interactive three-dimensional Rubik' s cube, with different color display for beginners OpenGL development provides a good role model
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:31030
    • 提供者:ZhuYH
  1. 3DEngine

    0下载:
  2. 3d引擎,没有用API。用的OpenGL. 包括 建筑3d模型 旋转模型 平坦阴影 光照 控制操作  -3d engine, did not use API. Using OpenGL. Including construction 3d model of a flat rotation model of the shadow of light control operations
  3. 所属分类:Game Engine

    • 发布日期:2017-04-17
    • 文件大小:267795
    • 提供者:赵文
  1. Myphong

    0下载:
  2. 这个代码没有使用openGl,而是完全用底层的vc++编程实现了phong光照模型。-This code does not use openGl, but entirely in the bottom of vc++ Programming the Phong illumination model.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:39933
    • 提供者:chunxiang.yan
  1. StLViewer

    2下载:
  2. 用UG软件画出模型,导出STL文件, 再在opengl中显示-UG software is used to draw model, export STL file, and then displayed in the opengl
  3. 所属分类:OpenGL

    • 发布日期:2013-12-23
    • 文件大小:3428856
    • 提供者:周彦菲
  1. LOAD3DS

    0下载:
  2. c++和Opengl读取3DS文件的源码,可以将3DS格式的模型文件读取并显示出来,欢迎学习。-c++ and Opengl 3DS file to read the source code, you can read 3DS model file format and displayed.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1166116
    • 提供者:ff
  1. simplerobot

    0下载:
  2. 用OpenGL做出的简易机器人模型,可以实现旋转等功能,鼠标右键可以创建一个菜单,根据提示选择需要的功能。-Simple to use OpenGL to make the robot model can rotate and other functions, the right mouse button to create a menu, follow the prompts to select the desired function.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1508
    • 提供者:罗真
  1. success

    0下载:
  2. 该程序为Vega下的OpenGL画图程序,在Vega中显示车辆模型,在使用回调函数在汽车模型中画一个方框,演示Vega和OpenGL混合编程-The program is under the OpenGL drawing program Vega, Vega is displayed in the vehicle model in the use of callback functions in the car model, draw a box, mixed programming and O
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:444694
    • 提供者:zk
  1. 3DTireModel

    0下载:
  2. OpenGL制作的轮胎模型,将轮胎的运动分解到X、Y、Z三个平面,是学习OpenGL影子模型的非常好的素材,原创代码-OpenGL produced tire model, the movement will tire decomposed into X, Y, Z three planes, the shadow model for learning OpenGL very good material, original code
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2711854
    • 提供者:张沛轩
  1. DrawObject

    1下载:
  2. opengl显示网格模型,经调试可直接使用-opengl display grid model can be directly used by the debugger
  3. 所属分类:OpenGL

    • 发布日期:2012-11-01
    • 文件大小:218395
    • 提供者:weiwei
  1. SolarSys

    0下载:
  2. 用opengl写的太阳系模型;还添加了纹理等功能;-Writing with opengl solar system model also added features such as texture
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4543404
    • 提供者:周巍然
  1. Rolling-earth

    0下载:
  2. 利用OpenGL构建三维地球模型,添加纹理渲染-Construction of three-dimensional earth model using OpenGL, add texture rendering
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4855456
    • 提供者:田组彬
  1. RGBmodel

    0下载:
  2. OPenGL做的RGB模型,对学习光照、投影变化、颜色模型等很有帮助。-OPenGL do RGB model to the study of light, projection changes, color model, etc. helpful.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1197071
    • 提供者:
  1. facemodeling

    1下载:
  2. 三维人脸造型程序,vc和opengl实现的,可以读取3ds模型文件-3D face modeling process, vc, and opengl implementation, you can read the 3ds model file
  3. 所属分类:OpenGL program

    • 发布日期:2015-04-26
    • 文件大小:701648
    • 提供者:伟杰
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 42 »
搜珍网 www.dssz.com