-
Two in the c++ Using openGL programming of an example
两个在c++中用openGL编程实现的1个例子-Two in the c++ Using openGL programming of an example
- 2022-03-19 20:54:49下载
- 积分:1
-
Delphi系统采用OpenGL演示旋转的地球。
System that demostrates Bitmap image rotation.
- 2022-02-02 01:21:03下载
- 积分:1
-
这是一个OpenGL实现雷达与导弹飞行的小程序。
这是一个OpenGL实现雷达与导弹飞行的小程序。-This is an OpenGL radar and missile flight procedures small.
- 2022-06-14 18:19:04下载
- 积分:1
-
Bezier 曲面
Bezier 曲面
- 2023-03-16 00:15:03下载
- 积分:1
-
GLSL实现模型的振荡波形的影响,非常酷!
用GLSL实现的模型波状摆动的效果,非常酷!-GLSL realize the model with oscillating wavy effect, very cool!
- 2022-05-16 08:33:55下载
- 积分:1
-
code, you must use the OpenGL glut.h header file, tarball contain glut.h use
图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
- 2023-03-17 23:40:03下载
- 积分:1
-
小球在房内的碰撞! 并且可以发出撞击的声音
小球在房内的碰撞! 并且可以发出撞击的声音-ball in the collision room! Impact can be issued and the voice! !
- 2022-11-16 13:35:03下载
- 积分:1
-
C++Builder环境下基于OpenGL的动画编程
C++Builder环境下基于OpenGL的动画编程-C Builder environment OpenGL-based animation programming
- 2022-03-07 10:19:01下载
- 积分:1
-
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示...
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示-This is a heaven and earth on the OpenGL roaming procedure, Kexin use the keyboard to control the direction of the four background images display roaming
- 2022-02-06 09:01:58下载
- 积分:1
-
轻量级实时OpenGL 图形组件
翻译 maninwest@Codeforge 作者: Gabriyel @ Codeproject集成提供实时更新的基于 OpenGL的图形组件。我需要通过图表实时显示统计数据(我写了个演示应用)。截图可以明确地显示这个图形组件背后的理念。它在跟踪实时数据时,例如数据获取和分析时,会很有用。我没有时间开发地更加细致,如不同的图形类型、演示类型和过滤器等,但是在代码的基础上添加这些功能应该不难。使用代码这个图形组件的功能有:用户定义的缓存 (列表) ,用于存储图形数据 当数据"溢出" 缓存时,图像会自动抛弃最旧的数据为最新的数据创造空间 实时计算移动平均数这个代码可以轻松集成到任何基于 OpenGL 的应用程序。开发人员只需确保渲染上下文即可OGLGraph* myGraph;
void init ( GLvoid ) // Create Some Everyday Functions
{
glClearColor(0.0f, 0.0f, 0.0f, 0.f);
//glClearDepth(1.0f);
myGraph = OGLGraph::Instance();
myGraph->setup( 500 /*width*/, 100 /*height*/,
10 /*offsetX*/, 10 /*offsetY*/,
2 /*scaleX*/, 2 /*scaleY*/,
1 /*channels*/, 200 /*
- 2022-02-13 11:50:46下载
- 积分:1