-
轻量级实时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
-
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文-About three-dimensional reconstruction of CT images in volume rendering technology research and application of the thesis
- 2022-11-03 18:05:03下载
- 积分:1
-
这是一个用OpenGL编写的模拟俄罗斯方块的程序。的我
这是一个用OpenGL编写的模拟俄罗斯方块的程序。我传了5个,就是想得到:“C++buidler5编程实例与技巧“这本书。好多地方都是12MB的,只有这里有完整的30多MB的。就算不批准我会员号码,也希望你把这本书发到我邮箱里。谢谢!-This is a preparation using the OpenGL Tetris simulation procedures. The I-5 is the wish : "C++ programming examples buidler5 and skills," this book. Many things are 12MB, and only here is the integrity of the more than 30 MB. Even if I do not approve membership numbers, I also hope you include this book into my mailbox Lane. Thank you!
- 2022-04-19 08:39:25下载
- 积分:1
-
这是一个用vc+OpenGL做的简单的骨骼动画的例子
这是一个用vc+OpenGL做的简单的骨骼动画的例子-vc OpenGL do with the simple skeletal animation example
- 2022-02-01 22:53:11下载
- 积分:1
-
简单的程序,按键打开盖子,按下按钮和按钮…
简单的OpenGL程序,按O键打开盖子,按C键关闭盖子。-simple procedure, according to O bond opened the lid and press the C button and close the lid.
- 2022-03-26 04:28:36下载
- 积分:1
-
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行...
一个很好的3D与OpenGL结合的例子,实现多级齿轮的运动,效果很好,在运行程序时请先把提供的.dll文件拷贝到你的系统的 SYSTEM32目录下,否则不能运行!-a good combination of 3D and OpenGL example, multi-class sports gear, a good effect, and the operational procedures for the provision when the post. Dll files are copied to your system SYSTEM32 directory, they can run!
- 2022-12-10 21:05:03下载
- 积分:1
-
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi...
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi-texture sourcecode. By using multi-texture mapping, more 3D image effect can be got.-more OpenGL texture mapping code. Through a multi-texture mapping, OpenGL performance can be more image display effects, and strengthen the material objects flu. OpenGL Multi-texture sourcecode. By using intercommunication ti-texture mapping, more 3D image effect can be got.
- 2022-12-12 09:55:04下载
- 积分:1
-
光线投射算法具体实现
该程序包含了球体,立方体,圆锥等的实现,是经典教程,计算机图形学上的实例,对学习计算机图形学和要提高编程能力的同学来说是很好的资源。
- 2023-03-24 08:55:04下载
- 积分:1
-
3DS文化转换软件,超好,不下载后悔
3DS文化转换软件,超好,不下载后悔-3DS cultural conversion software, super-good, do not download the regret
- 2022-03-20 04:18:04下载
- 积分:1
-
OpenGL 做的三维几何零件模型
OpenGL 做的三维几何零件模型-OpenGL 3D geometric model parts
- 2023-03-13 04:45:03下载
- 积分:1