-
简单openGL代码,只是简单的显示一些东西
简单openGL代码,只是简单的显示一些东西-Simple openGL code, but simply display a number of things
- 2023-01-12 23:00:03下载
- 积分:1
-
how vc development environment, using opengl library to prepare a light, materia...
如何在vc的开发环境下,利用opengl函数库来编写一个光照,材质的例子。-how vc development environment, using opengl library to prepare a light, material examples.
- 2022-03-20 21:40:44下载
- 积分:1
-
with vc and OpenGL 3D real
用vc++和OpenGL实现三维地形实时动态显示-with vc and OpenGL 3D real-time dynamic display of terrain
- 2022-04-11 07:37:49下载
- 积分:1
-
OpenGL的运动机器人的演示程序,适合初学者使用,基于W ..
OpenGL的运动机器人演示适合初学者使用的程序,基于win32。-Robot movement OpenGL demo program suitable for beginners to use, based on the win32.
- 2022-02-11 18:01:51下载
- 积分:1
-
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。...
利用OpenGL函数实现绘制茶壶图形,包括可视窗口的大小尺寸,窗口背景和绘图功能。-Function OpenGL graphics rendering teapot, including the visualization window sizes, the window background and graphics features.
- 2023-03-03 19:40:04下载
- 积分:1
-
OPenGL超级宝典源代码,14――17,很好,适合初学者
OPenGL超级宝典源代码,14――17,很好,适合初学者-OpenGL source ,14-- 17, good for beginners
- 2022-04-11 05:26:10下载
- 积分:1
-
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL...
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL extension Toolkits
GL2PS
GLtrace
Industry develop Toolkits
-Introduction OpenGL development tools. Including
- 2022-04-19 06:10:08下载
- 积分:1
-
opengl的材质应用的小程须
opengl的材质应用的小程须-opengl application of the material to be small way
- 2022-01-23 10:07:22下载
- 积分:1
-
that the procedure was opengl procedures, mainly on how many texture mixed use!
该程序是opengl程序,主要是介绍多个纹理如何混合使用!-that the procedure was opengl procedures, mainly on how many texture mixed use!
- 2022-11-29 13:45:04下载
- 积分: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