-
Use opengl to realize the simulation of ocean, the effect is very real
利用opengl来实现对海洋的模拟,效果很真实-Use opengl to realize the simulation of ocean, the effect is very real
- 2022-03-22 08:27:31下载
- 积分:1
-
飞行模型,opengl
飞行模型,opengl- Flying model, opengl
- 2022-03-12 00:11:30下载
- 积分: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 learners to find a dream the source code examples, OpenGL supporters at t...
找到一个OpenGL学习者梦寐以求的源代码例子,OpenGL的支持者都来看看吧-OpenGL learners to find a dream the source code examples, OpenGL supporters at the end of
- 2022-07-13 10:32:21下载
- 积分:1
-
escena OpenGL
导入javax.media.opengl文件.德国劳埃德船级社;
- 2022-07-05 03:49:59下载
- 积分:1
-
人体三维骨骼运动仿真研究毕业设计(报告加源程序).
人体三维骨骼运动仿真研究毕业设计(报告加源程序).-Human body three-dimensional simulation of bone graduation exercise design (add source report).
- 2022-06-12 00:24:35下载
- 积分:1
-
这是一个穿衣服的动画制作,用OPENGL写的,衣服效果逼真,和MODEL配合,真的不错!...
这是一个穿衣服的动画制作,用OPENGL写的,衣服效果逼真,和MODEL配合,真的不错!-This is a dress of animation production, written with OpenGL, lifelike clothing, and MODEL with really good!
- 2022-01-31 23:14:51下载
- 积分:1
-
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程...
一个导弹发射的简单程序,由数据和源代码组成,模拟导弹发射过程-A missile launch simple procedure, by the data and the composition of the source code to simulate the process of missile launchers
- 2022-09-04 18:30:02下载
- 积分:1
-
The octree used in opengl visualization.
The octree used in opengl visualization.
- 2022-12-31 01:55:03下载
- 积分:1