-
OpenGL基本字母
Basic Alphabet OpenGL
- 2022-01-30 12:44:55下载
- 积分:1
-
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
- 2022-03-22 15:43:29下载
- 积分:1
-
三个几何体的构成,旋转和纹理优化
三个几何体的构成,旋转和纹理优化-three geometric composition, rotation and texture Optimization
- 2022-11-25 09:50:03下载
- 积分:1
-
另一个项目,使简单的太阳能系统…太阳在中心和所有行星…
this another project to make simple solar system... sun at centre and all planets around-this is another project to make simple solar system... sun at centre and all planets around...
- 2022-02-02 18:50:27下载
- 积分:1
-
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系...
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
- 2022-09-17 17:20:03下载
- 积分:1
-
一个介绍OpenGl基本操作的例子程序,对于编程入门很有帮助!...
一个介绍OpenGl基本操作的例子程序,对于编程入门很有帮助!-Introduce the basic operation of an OpenGL examples of procedures for programming entry helpful!
- 2022-03-09 11:21:44下载
- 积分:1
-
iojnljifytyv
iojnljifytyv
- 2022-03-16 10:00:05下载
- 积分:1
-
飞机飞行的opengl源代码,使用OpenGL学习。飞行操作…
飞机飞行的opengl源代码,可供opengl学习用。飞机飞行的opengl的源代码,可供opengl的学习用。-aircraft flying opengl source code available for use opengl learning. Flight opengl the source code for the study using opengl.
- 2022-03-20 06:07:41下载
- 积分:1
-
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例...
一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例-with an MFC dialog window shows the OpenGL animation, can study how the news VC mapping and OpenGL window shows examples of animation
- 2023-04-27 23:45:04下载
- 积分: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