-
an opengl example is the word for the realization of the source code shown relat...
一个opengl的例子 是用于实现文字显示的源代码 比较简单-an opengl example is the word for the realization of the source code shown relatively simple
- 2022-08-21 05:37:00下载
- 积分:1
-
一个简单的方块翻滚的openGL VC++源代码。
一个简单的方块翻滚的openGL VC++源代码。-a simple box to roll openGL VC source.
- 2022-05-15 02:14:25下载
- 积分:1
-
使用OpenGL编程,模拟炸弹爆炸的烟雾
采用opengl编程,模拟炸弹爆炸后的烟雾-using opengl programming, simulated bomb explosion smoke
- 2022-01-25 19:03:24下载
- 积分:1
-
Open GL Triangle 示范代码
Open GL Triangle 示范代码 格式为 .cpp
- 2023-01-30 07:00:03下载
- 积分:1
-
use opengl write small programs
用opengl写的小程序-use opengl write small programs
- 2022-03-03 02:55:57下载
- 积分:1
-
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球....
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球.-this program is based on opengl platform and the formation of c 3d code expressed by the graphics will be a rotation of the Earth.
- 2022-06-30 08:21:29下载
- 积分:1
-
LOD编程实例,在程序中根据视点与目标之间的距离…
LOD编程实例,在程序中根据视点与对象的距离,以不同的网格来绘制球体。-LOD programming examples, in proceedings under View and the distance between objects, a different grid to map Spheres.
- 2022-07-22 05:19:32下载
- 积分: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
-
OpenGL in memory management experience. According to their own experience of the...
OpenGl在内存管理上的经验。笔者根据自己的经验详细叙述了利用OpenGL开发3D程序时的内存管理方面的经验。-OpenGL in memory management experience. According to their own experience of the author described in detail the development of 3D using OpenGL program memory management experience.
- 2022-10-27 22:45:03下载
- 积分:1
-
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。...
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。-OpenGL function can use simple animation, concise code occupy less system resources. The program runs, the cube window can freely rotating around its center.
- 2022-07-17 02:57:58下载
- 积分:1