CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 自动生成

搜索资源列表

  1. view3ds

    2下载:
  2. 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和   *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()  
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45463
    • 提供者:沈淳
  1. opengl_terraineditor

    0下载:
  2. 用openGL实现的3D地形编辑器,可以自动生成高度图,通过高度图生成3维地形。对于您学习openGL编程,三维游戏开发肯定有很大的帮助。-achieved with Open GL 3D terrain editor, can automatically generate highly map through highly generation three-dimensional terrain. For you learn openGL programming, 3D game develo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:273678
    • 提供者:snowwin
  1. queryOpenGLInfo

    0下载:
  2. 读取显卡信息,以显示显卡支持哪些扩展,自动生成文本文件-read graphics information and graphics to show support extensions, automatically generating text files
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:158818
    • 提供者:孟维亮
  1. GltFrame

    2下载:
  2. 在VC6.0环境下使用OPenGL进行编程,根据算法自动生成三角网格! -in VC6.0 environment for the use of OpenGL programming, under the automatic generation algorithm mesh!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:123269
    • 提供者:李辉
  1. MYEXPLOSION

    0下载:
  2. 最近研究粒子系统,找到一些源码。这是一个模拟飞机爆炸的效果,爆炸自动生成三角面片。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:82005
    • 提供者:王涛
  1. Lightmap

    0下载:
  2. lightmap,glsl语言实现版本。自动生成模型的静态光贴图-lightmap, glsl language version. Automatically generated the static light maps of a model
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-04
    • 文件大小:1024
    • 提供者:dengnianchen
  1. game

    0下载:
  2. 用openGL做的老鼠走迷宫,20秒时间限制。 地图自动生成。-Rat maze to do with openGL. By the way ,the game has 20 seconds limit.Random map generation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:417495
    • 提供者:于思远
  1. teapot

    0下载:
  2. 利用opengl和vc++,该程序可以自动保存程序运行后生成的位图-Use opengl and vc++, The program can automatically generate the preservation program to run after the bitmap
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:2475918
    • 提供者:黄玉圣
  1. 1

    0下载:
  2. OpenGL方面的论文。文章介绍了一种利用较小的存储空间和计算时间,实现在大面积网格数据上动态贴纹理的方法。利用此方法使用适当的纹理函数.结合OpenGL的自动纹理扩展可在动画过程中自动的生成纹理贴图。-OpenGL papers. This paper presents a use of a smaller storage space and computing time, implementation in a large area grid data dynamic texture pas
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:133428
    • 提供者:LiMing
  1. Bezier

    0下载:
  2. 通过鼠标点击窗口自动生成Bezier曲线,并可切换至Hermite曲线,在OpenGL下实现。-clicking the mouse, and draw Bezier curve, points also can be deleted. Implemented with OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3779
    • 提供者:xukangmin
  1. Cloud

    0下载:
  2. vc++下,通过纹理贴图实现动态的云彩, 云彩在一个有限的平面上,用OpenGL实现,该程序可以自动生成纹理数据。-vc++ through texture mapping implementation of dynamic clouds, clouds in a limited plane, using OpenGL implementation, the program can automatically generate texture data.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:366954
    • 提供者:blackbear
  1. 3DMAZEGAME

    0下载:
  2. 自动生成的3D小迷宫,用鼠标点击迷宫的任意部分,会自动生成从起点到该地点的路径。-Automatic generation of 3D small maze with a mouse click on any part of the maze will be automatically generated from the starting point for the path to the site.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-23
    • 文件大小:22075
    • 提供者:薄涛
  1. rain

    0下载:
  2. 生成一个可以自动旋转的正方体并且上面付有图片,但不完善的是6个面的图片是一样的。-Can automatically generate a rotating cube and have to pay above the picture, but the imperfect is six face images is the same.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5413499
    • 提供者:秦始皇
  1. MazeShow

    0下载:
  2. 基于OpenGL的三维迷宫程序,自动随机生成迷宫,并以第一人称视角漫游-An OpenGL Based Maze Navigation Programme
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:641508
    • 提供者:杨飞
  1. OpenGL-Realize-Win32-AppWizard

    0下载:
  2. 这个程序可以用于自动生成OpenGL的应用程序框架,使用它,将产生一个项目,该项目包括CApp和CMainWnd。其中CApp包括创建主窗口、初始化OpenGL、维护消息掌管屏幕更新。CMainWnd包括了主窗口和OpenGL呈现上下文。-This procedure can be used to automatically generate an application framework for OpenGL, use it, will produce a project that incl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:192314
    • 提供者:黄大伟
  1. sanwei

    0下载:
  2. VC++三维图形变换,自动生成三维图形.-Three-dimensional graphics transformations to automatically generate three-dimensional graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1959418
    • 提供者:snow
  1. opengl-lighting-and-texture

    0下载:
  2. opengl下 实现光照和消隐,添加纹理以及自动生成棋盘纹理。-opengl to achieve light and blanking, adding texture and the automatic generation of board texture.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4279322
    • 提供者:林岚
  1. OpenglExt

    0下载:
  2. OpenGL根据扩展头文件自动生成扩展函数vc++代码-OpenGL extensions header file is automatically generated according to extension function vc++ code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:160916
    • 提供者:litao
  1. 3d_biaoqing

    0下载:
  2. 基于OpenGL的三维人脸表情动画的自动生成,这是一篇毕业设计的程序,可以运行!-Automatically generated based on the OpenGL 3D facial expression animation, is a graduate design program, you can run!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1198851
    • 提供者:李恒
  1. DelaunayTest

    0下载:
  2. 在mfc框架下,鼠标点击固定点,会自动生成三角网,是一个很好的测试程序。-In MFC framework, the mouse to click the protection, will automatically generate triangle nets, is a very good test procedures.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4519774
    • 提供者:吴鹏勇
« 12 »
搜珍网 www.dssz.com