-
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing...
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing-opengal a small example, we can exchange, in fact, the function of opengal very powerful, learning ing
- 2022-03-15 17:17:03下载
- 积分:1
-
This effect is automatic random playback of fireworks, unlike the kind of mouse...
这个烟花效果是自动随机播放的,不像鼠标点击才会放的那种。-This effect is automatic random playback of fireworks, unlike the kind of mouse click will let.
- 2022-06-29 15:38:32下载
- 积分:1
-
画阴阳图
画阴阳图-Yin and Yang Figure Painting
- 2023-07-20 12:55:03下载
- 积分: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实现雷达与导弹飞行的小程序。
这是一个OpenGL实现雷达与导弹飞行的小程序。-This is an OpenGL radar and missile flight procedures small.
- 2022-06-14 18:19:04下载
- 积分:1
-
各种3D图形的源码实现、旋转变化、挺漂亮的小程序
各种3D图形的源码实现、旋转变化、挺漂亮的小程序-err
- 2022-02-01 06:08:17下载
- 积分:1
-
STL 查看文件
STL 查看器中的一个程序,可以阅读、 查看以及查看导出 OBJ 文件格式,使用 C 编程语言创建一个 3D STL 文件结尾。
- 2022-01-27 19:20:49下载
- 积分: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-03-23 02:00:27下载
- 积分:1
-
Draw a picture which there are a number of small star around a big star.Method:...
绘制一个这样的图案,一个大星周围有一系列的小星,使用方法:原点转移。-Draw a picture which there are a number of small star around a big star.Method: central point transformation
- 2022-02-03 01:09:40下载
- 积分:1
-
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写-OpenGL Programming sample program source code, prepared by the use openGL
- 2022-07-13 22:50:15下载
- 积分:1