-
雷达扫描图
用OPENGL 在MFC程序上绘制雷达扫描图 ,使用picture control控件,在该控件上绘图,使用线程来开启关闭扫描
- 2022-04-22 13:36:08下载
- 积分:1
-
openGL 例.本例源自openGL 应用程序开发。
openGL 例.本例源自openGL 应用程序开发。-openGL samples-5
- 2022-05-05 05:16:22下载
- 积分:1
-
opengl examples of the good works of the integration of some of the current tech...
opengl 事例,该作品很好的融合了现在的一些处理技术,附原代码!-opengl examples of the good works of the integration of some of the current technology, with the original code!
- 2022-11-03 00:50:04下载
- 积分:1
-
OpenGL water sample. Requires Visual C++ 6.0.
OpenGL water sample. Requires Visual C++ 6.0.
- 2022-03-17 19:10:31下载
- 积分:1
-
用OpenGL VC程序编写的一个动画的演示版本的过程。
本程序用opengl编写vc版的一个演示动画程序,值得一看。-the procedures used opengl vc prepared a demo version of the animation process overseas.
- 2023-05-28 17:15:04下载
- 积分:1
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分: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与四叉树完成地形的模拟,对三维GIS有很大的帮助!值得一看!-OpenGL and Quadtree completed terrain simulation and 3D GIS is a great help! An eye-catcher!
- 2022-05-15 09:19:44下载
- 积分:1
-
一个简单的OPenGL例子,可以帮助对OPENGL有兴趣的朋友
一个简单的OPenGL例子,可以帮助对OPENGL有兴趣的朋友-A simple OpenGL examples, can help to interested friends OPENGL
- 2022-01-27 11:54:34下载
- 积分:1
-
c# 开发的opengl的程序,关于地球仪的东西。 可以看下。
c# 开发的opengl的程序,关于地球仪的东西。 可以看下。-opengl development of the procedures on the globe things. Can a glance.
- 2022-02-04 11:18:37下载
- 积分:1