-
轻量级实时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
-
Guide on programming environment example
编程环境示例指南
- 2022-12-06 06:25:03下载
- 积分:1
-
Use vc++ And openGL development fireworks effects, have all kinds of fireworks.
利用vc++和openGL开发的烟花效果,有各类烟花。-Use vc++ And openGL development fireworks effects, have all kinds of fireworks.
- 2023-01-27 12:05:03下载
- 积分:1
-
Sky and the terrain of the source that he adapted, let us look at some. U.S. can...
天空和地形的源码,自己改写的,大家看看一下。大家可以自己发挥修改-Sky and the terrain of the source that he adapted, let us look at some. U.S. can play a modified
- 2022-02-25 20:26:56下载
- 积分:1
-
opengl函数查询,是学习opengl必备的工具
opengl函数查询,是学习opengl必备的工具-opengl function query is an essential tool for learning opengl
- 2022-05-25 03:52:56下载
- 积分:1
-
vc opengl 模拟蚂蚁在矩形框内移动的轨迹
vc opengl 模拟蚂蚁在矩形框内移动的轨迹-vc opengl
- 2022-01-28 19:58:34下载
- 积分: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平台而生成的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
-
直线裁剪算法实现
Cohen-Sutherland直线裁剪算法实现
- 2022-09-23 18:25:03下载
- 积分:1
-
Delphi series of the OpenGL 3D maze, with the map editor (update).
Delphi系列的OpenGL三维迷宫,带有地图编辑器(更新)。
- 2022-01-25 22:26:10下载
- 积分:1