搜索资源列表
opengl
- 一个简单的opengl小程序,有助于入门学习
3DEditor
- 三维图形编辑系统,可以添加简单的3D图元,并进行修改操作。VC++,OpenGL的结合,希望对三维系统有系统的开发者有帮助。
GS
- 创建格网游戏,利用openGL实现简单的格网游戏
MyGLRobot
- 一个简单的机器人手的程序,只模拟出两个手指,整个程序着重模型视点变换,对于opengl初学者是个不错的学习材料
M8 OPenGL
- 一个简单的 m8 OPENGL程序
tuxingshiqu2
- Opengl实现鼠标对物体的拾取。简单易懂。-The Opengl achieve the pickup of the mouse on the object. Straightforward.
Butterfly2
- 飞舞的两只蝴蝶,用VC++ MFC编写。比较简单的程序,源码和运行。-Two butterflies fluttering by VC++ MFC prepared. Relatively simple procedures, source code and run.
VClifangti
- 用opengl与VC++ 6.0 结合,显示简单的几何形状。-Opengl VC6
drawingProgram
- 利用OpenGL制作简单的二维画图程序,是学习OpenGL一个不错的实例-Easy to use OpenGL produced two-dimensional drawing program, studying OpenGL are a good example of
xpj
- 一个简单的图形图像实例用opengl 橡皮筋画直线,-A simple example of a graphical image with a rubber band opengl draw a straight line,
simpleGL
- OPENGL的简单测试程序,可以实现对其配置的测试,非常实用,已经测试通过-OPENGL simple testing procedures, can be configured to test its very useful, has been tested
opengl_Segment
- 在VC环境下运用opengl画线段的简单示例-VC environment in the use of a simple line drawing opengl example
OpenGL
- 基于MFC的OpenGL编程,简单的实现了绘制茶壶,三维长方体的绘制,以及相应键盘操作转动等.-MFC' s OpenGL-based programming, a simple realization of the drawing pot, three-dimensional rectangular map, and the corresponding rotation, such as keyboard operation.
SmartOGCtrl
- VC++简单的OpenGL封装库源文件,刚开始学习OpenGL,觉得OpenGL虽然好,但是仍有不足的地方。首先要按照它的一些语法去写东西,每个应用都要写一些重复的代码;第二,还得了解一些关于投影矩阵方面的知识。第三,要按照一定的规范去写画线、画图形等东西。因此,为了方便使用,自己把OpenGL做了个封装,用ATL和STL做了一个COM组件,然后用.Net来调用它。-VC++ simple OpenGL library package source files, just started lea
opengl3d_rc
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
smple_opengl_mfc
- OpenGl与MFC结合的简单例子,适合初学者学习OpenGL,程序比较简单-it is OpenGl and MFC sample Demo.
19_Particles
- OpenGL中粒子系统,简单的描述粒子的形成,消亡。-OpenGL in the particle system, a simple descr iption of particle formation and extinction.
Lesson7
- OpenGL简单的学习程序,希望对初学者有点帮助-OpenGL simple learning process, I hope a little help for beginners
OpenGL-study
- OpenGL编程轻松入门之一个简单的例子,绘制一个彩色的三角形。除此以外,我们还可以看到典型的OpenGL程序结构及openGL的运行顺序。 -OpenGL programming easy entry of a simple example, to draw a colored triangle. In addition, we can also see the running order of the typical program structure and openGL of Ope
TestRayTracing
- 简单的光线跟踪算法测试,底层基于OpenGL实现(A simple ray-tracing demo)