-
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2
OpenGL高级编程与可视化系统开发(高级编程篇)之chap 2-OpenGL Programming and Advanced Visualization System (Advanced Programming chapter) of chap 2
- 2023-03-25 08:35:04下载
- 积分:1
-
OPENGL based fog rendering capabilities, requiring the implementation of VC6, is...
基于OPENGL的雾绘制功能,要求在VC6下执行,是学习三维图形图像编程的好例子-OPENGL based fog rendering capabilities, requiring the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
- 2022-03-17 21:35: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
-
openGL+VC++摩托车仿真程序。旋转、缩放等操作…
OpenGL+VC++
摩托车模拟程序。
旋转,放大等操作-OpenGL+ VC++ Motorcycle simulation program. Rotating, zooming and other operations
- 2022-12-13 20:25:03下载
- 积分:1
-
RobotSimulation
机器人仿真
它使用键盘玩
s 要旋转它的胳膊
e 要旋转其踝关节
若要打开/关闭光
r,将它设置为初始位置
- 2022-07-20 04:07:43下载
- 积分:1
-
这个是VC下调OPENGL的一个关于等值线生成的程序,超级酷,有原代码,可以供大家利用。...
这个是VC下调OPENGL的一个关于等值线生成的程序,超级酷,有原代码,可以供大家利用。-the VC is a downward OpenGL on the contours of the formation process, the super cool, the original code, which everyone can use.
- 2023-03-27 07:50:03下载
- 积分:1
-
binding for the Java language source Guide
NeHe的教程源码-binding for the Java language source Guide
- 2022-01-26 04:00:20下载
- 积分:1
-
使用opengl开发的天空和水的效果,内附源码
使用opengl开发的天空和水的效果,内附源码-Use opengl development of the effects of sky and water, enclosing the source
- 2022-03-22 15:53:07下载
- 积分:1
-
用OpenGL写的一个类似台球的小游戏,包括对了OpenGL的基本操作和简单的力学碰撞模型。由于是作为学习OpenGL的习作来做,文件名起的比较随意,其中1.c...
用OpenGL写的一个类似台球的小游戏,包括对了OpenGL的基本操作和简单的力学碰撞模型。由于是作为学习OpenGL的习作来做,文件名起的比较随意,其中1.cpp中包含了程序运行主体,phyobject.cpp中提供了力学碰撞的物理模型-with OpenGL write a similar pool of small game, including a pair of OpenGL and the basic operation of a simple mechanical model of the collision. Since OpenGL is learning to do the exercises, since the documents were more freely 1.cpp which includes the main operating procedures, provided phyobject.cpp collision mechanics of the physical model
- 2022-03-24 02:24:16下载
- 积分:1
-
搜集的一些openGL在仿真中的硬用 尤其机器人研究方面
搜集的一些openGL在仿真中的硬用 尤其机器人研究方面-collect some Open GL simulation of the hardware used in particular robot research
- 2022-05-22 10:54:21下载
- 积分:1