-
VC and OpenGL book, "3ds animation document readers" source code, Deve...
用VC++和OpenGL写的《3ds动画文件阅读器》源代码,对于使用OpenGL开发3d程序的初学者有很好的参考价值。-VC and OpenGL book, "3ds animation document readers" source code, Development for the use of OpenGL 3 d procedures beginners have a good reference value.
- 2023-08-24 07:45: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。 写使用 OpenGL。 写使用 OpenGL。 使用 OpenGL 编写游戏的游戏的游戏的游戏。
- 2022-11-28 08:20:03下载
- 积分:1
-
读取点面文件再进行OpenGL显示
读取点面文件再进行OpenGL显示-read-point document shows again OpenGL
- 2022-03-12 21:08:30下载
- 积分:1
-
在Opengl文件中程序avi文件的程序
在Opengl文件中程序avi文件的程序-in Opengl document procedures avi documentation procedures
- 2022-03-05 09:13:03下载
- 积分:1
-
5DG S 2D Texture Mapping
5DG S 2D Texture Mapping
- 2022-09-07 05:30:03下载
- 积分:1
-
openGL based on octree graphics programming, computer graphics work
openGL 基于八叉树的图形编程,计算机图形学作业-openGL based on octree graphics programming, computer graphics work
- 2022-12-28 05:55:03下载
- 积分:1
-
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi...
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi-texture sourcecode. By using multi-texture mapping, more 3D image effect can be got.-more OpenGL texture mapping code. Through a multi-texture mapping, OpenGL performance can be more image display effects, and strengthen the material objects flu. OpenGL Multi-texture sourcecode. By using intercommunication ti-texture mapping, more 3D image effect can be got.
- 2022-12-12 09:55:04下载
- 积分:1
-
opengl 3D mobile operators to achieve the rotation
opengl三维操作移动旋转等的实现-opengl 3D mobile operators to achieve the rotation
- 2022-03-19 09:00:12下载
- 积分:1
-
关于OPENGL的一个程序 内容是关于 球的模型
关于OPENGL的一个程序 内容是关于 球的模型-a program about OPENGL, as for its contents, it s about the module of sphere.
- 2022-02-26 22:28:59下载
- 积分:1