-
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。...
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。-achieve OpenGL Pick function. It is helpful in understanding OpenGL Pick a classic example.
- 2022-05-30 09:02:01下载
- 积分:1
-
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
- 2022-05-30 08:34:39下载
- 积分:1
-
本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制...
本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制-this process is simulated outbreak of the fountain, including particle formation, particle movement, the death particles, particle rendering and scene rendering
- 2022-04-24 02:38:19下载
- 积分:1
-
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子...
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子-Vc+ opengl their use of a single document prepared graphics drawing program, to split three examples opengl rendering window is more than learning window opengl programming and a good example drawn
- 2022-08-20 19:14:49下载
- 积分:1
-
Jeff Molofee(NeHe)的OpenGL教程,中文翻译版
Jeff Molofee(NeHe)的OpenGL教程,中文翻译版-Jeff Molofee (NeHe) of the OpenGL tutorials, the Chinese translation version
- 2022-02-21 10:40:23下载
- 积分:1
-
3d chess board
- 2022-08-21 09:42:05下载
- 积分:1
-
OpenGL 编程指南的源代码
OpenGL 编程指南的源代码-OpenGL Programming Guide to the source code
- 2022-04-14 17:14:09下载
- 积分:1
-
Miner3D_viewer ActiveX control (for Miner3D game)
Miner3D_viewer ActiveX control (for Miner3D game)
- 2022-11-08 05:25:03下载
- 积分:1
-
OPENGL画的曲面
OPENGL画的曲面-OpenGL painted surfaces
- 2022-08-09 13:43:06下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1