-
奥运五环的OpenGL动画动画技术
奥运五环动画openGL动画技术-Olympic rings animation openGL animation technology
- 2022-03-20 18:06:47下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-01-24 12:58:50下载
- 积分: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
-
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等-OpenGL Print and Print Preview to address output issues, such as PDF, print, etc.
- 2022-04-26 13:41:59下载
- 积分:1
-
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。...
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。-implement animation in opengl. It is a good example to study this software together with textbook.
- 2022-02-22 01:17:18下载
- 积分:1
-
三维开发成果(OPENGL)
三维开发成果(OPENGL)-3D development results (OpenGL)
- 2022-02-03 13:21:43下载
- 积分:1
-
本人调试ColdFire MCF5307的调试笔记,希望对大家有用处
本人调试ColdFire MCF5307的调试笔记,希望对大家有用处-I debug debugging ColdFire MCF5307 notes, and they hope to have the use of U.S.
- 2022-07-08 16:44:26下载
- 积分:1
-
imageproc2
这是一些神经网络训练一些处理数字图像的来源。
- 2023-05-27 14:50:03下载
- 积分:1
-
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。...
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。-Computer Graphics on the guidance of the pilot, which from the very basic algorithm to advanced algorithms, as well as on the use of both opengl.
- 2022-07-15 06:36:32下载
- 积分:1
-
在VC2003实现OpenGL图形的融合,是初学者的良师益友…
在VC2003中结合OpenGL实现绘图功能,是初学者的良师.值得看看.-In VC2003 realize the integration of OpenGL graphics, is the mentor for beginners. Worthwhile to see.
- 2023-01-17 05:10:04下载
- 积分:1