搜索资源列表
view3ds
- 源码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_--()
opengl_terraineditor
- 用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
queryOpenGLInfo
- 读取显卡信息,以显示显卡支持哪些扩展,自动生成文本文件-read graphics information and graphics to show support extensions, automatically generating text files
GltFrame
- 在VC6.0环境下使用OPenGL进行编程,根据算法自动生成三角网格! -in VC6.0 environment for the use of OpenGL programming, under the automatic generation algorithm mesh!
MYEXPLOSION
- 最近研究粒子系统,找到一些源码。这是一个模拟飞机爆炸的效果,爆炸自动生成三角面片。
Lightmap
- lightmap,glsl语言实现版本。自动生成模型的静态光贴图-lightmap, glsl language version. Automatically generated the static light maps of a model
game
- 用openGL做的老鼠走迷宫,20秒时间限制。 地图自动生成。-Rat maze to do with openGL. By the way ,the game has 20 seconds limit.Random map generation.
teapot
- 利用opengl和vc++,该程序可以自动保存程序运行后生成的位图-Use opengl and vc++, The program can automatically generate the preservation program to run after the bitmap
1
- 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
Bezier
- 通过鼠标点击窗口自动生成Bezier曲线,并可切换至Hermite曲线,在OpenGL下实现。-clicking the mouse, and draw Bezier curve, points also can be deleted. Implemented with OpenGL
Cloud
- 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.
3DMAZEGAME
- 自动生成的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.
rain
- 生成一个可以自动旋转的正方体并且上面付有图片,但不完善的是6个面的图片是一样的。-Can automatically generate a rotating cube and have to pay above the picture, but the imperfect is six face images is the same.
MazeShow
- 基于OpenGL的三维迷宫程序,自动随机生成迷宫,并以第一人称视角漫游-An OpenGL Based Maze Navigation Programme
OpenGL-Realize-Win32-AppWizard
- 这个程序可以用于自动生成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
sanwei
- VC++三维图形变换,自动生成三维图形.-Three-dimensional graphics transformations to automatically generate three-dimensional graphics
opengl-lighting-and-texture
- opengl下 实现光照和消隐,添加纹理以及自动生成棋盘纹理。-opengl to achieve light and blanking, adding texture and the automatic generation of board texture.
OpenglExt
- OpenGL根据扩展头文件自动生成扩展函数vc++代码-OpenGL extensions header file is automatically generated according to extension function vc++ code
3d_biaoqing
- 基于OpenGL的三维人脸表情动画的自动生成,这是一篇毕业设计的程序,可以运行!-Automatically generated based on the OpenGL 3D facial expression animation, is a graduate design program, you can run!
DelaunayTest
- 在mfc框架下,鼠标点击固定点,会自动生成三角网,是一个很好的测试程序。-In MFC framework, the mouse to click the protection, will automatically generate triangle nets, is a very good test procedures.