-
graphics line drawing examples procedures, OpenGL framework, we can!
图形学画直线实例程序,OPENGL构架,可以看看!-graphics line drawing examples procedures, OpenGL framework, we can!
- 2022-05-18 12:20:49下载
- 积分:1
-
OpenGL入门经典!很详细的说明,入门者首选,也可供其他专业人士参考!...
OpenGL入门经典!很详细的说明,入门者首选,也可供其他专业人士参考!-OpenGL entry classic! Very detailed description of the preferred beginners, but also a reference for other professionals!
- 2022-02-12 12:15:48下载
- 积分:1
-
使用visual c++ 语言设计实现汉诺塔问题,再加上opengl语言工具,具体的逼真再现动态的汉诺塔...
使用visual c++ 语言设计实现汉诺塔问题,再加上opengl语言工具,具体的逼真再现动态的汉诺塔-The use of visual c++ Language Design and Implementation of Hanoi Tower problem, coupled with opengl language tool, the specific dynamics of realistic reproduction of Hanoi Tower
- 2023-05-02 18: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实现的地形渲染,请高手指点指点。-The realization of the next write openGL terrain rendering, please instruct the expert advice.
- 2022-04-24 12:40:17下载
- 积分:1
-
opengl实现置身于3D场景
OpenGL是行业领域中最为广泛接纳的 2D/3D 图形 API。 在该程序中,可以拖动鼠标,使场景旋转,就像置身于3D场景中 一样。在简单贴图之后,随着鼠标操作,制造炫目效果。
- 2022-03-07 04:05:09下载
- 积分:1
-
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。...
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。-OpenGL-based three-dimensional graphical display of the display list settings, the display list based on the three-dimensional dynamic display, for research and development personnel.
- 2022-03-10 19:52:34下载
- 积分:1
-
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制...
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
- 2022-09-27 23:45:03下载
- 积分:1
-
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发
简单的机器人模型,自动运动,行走,跳舞等动作,基于OPENGL开发-robot
- 2023-06-02 16:55:03下载
- 积分:1
-
一个3维的房子,可以运动的,带你走向3d世界。
一个3维的房子,可以运动的,带你走向3d世界。-A three dimension house, can moves and leads you to the 3D world.
- 2022-12-22 17:00:03下载
- 积分:1