-
OpenGL教程18个程序,分为程序代码和着色器代码
OpenGL教程18个程序,分为程序代码和着色器代码
源程序请用 CMAKE进行编译。
一共18个程序,分为程序代码和着色器代码,每一个分别进行运行。
在playground中可以编写自己的OpenGL程序。
- 2022-10-14 10:10:08下载
- 积分:1
-
在本文中,绘制一个三维的立方体纹理映射,以实现光矩阵的反式…
本文绘制了一个3D立方体 实现了纹理映射
光照处理 矩阵变换 以及键盘控制等技术-In this paper, drawing a 3D cube texture mapping to achieve a light matrix transformation, as well as deal with the keyboard control technology
- 2022-08-21 08:10:06下载
- 积分:1
-
use the OpenGL a robot procedures. The robot can be achieved various moves.
用OpenGL实现的一个机器人程序。
可以实现机器人的各种动作。-use the OpenGL a robot procedures. The robot can be achieved various moves.
- 2022-02-14 17:58:45下载
- 积分:1
-
自然现象的模拟。本程序是一个动态云彩模拟的实例。通过在一个四边形上贴一幅云彩图像来实现云彩模拟的...
自然现象的模拟。本程序是一个动态云彩模拟的实例。通过在一个四边形上贴一幅云彩图像来实现云彩模拟的 -simulation of natural phenomena. This program is a dynamic simulation of clouds examples. Through a quadrilateral clouds posted an image to achieve the clouds simulation
- 2022-03-15 13:47:44下载
- 积分:1
-
网格去神经元
神经元BOUR帮助基因非PASI程序reaeau
- 2022-10-05 05:55:03下载
- 积分:1
-
OpenGL fog examples of the application of procedures
OpenGL中雾的应用的例子程序-OpenGL fog examples of the application of procedures
- 2023-02-04 17:20:03下载
- 积分:1
-
An Spiral using geometric transformation, in opengl and c++.
An Spiral using geometric transformation, in opengl and c++.
- 2023-01-31 13: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 教程,基础的介绍opengl的使用方法,网上下的
opengl 教程,基础的介绍opengl的使用方法,网上下的-opengl tutorial, basic introduction to the use of opengl, online under
- 2022-02-12 02:27:30下载
- 积分:1
-
OpenGL下用异或方式画图
OpenGL下用异或方式画图-OpenGL or using different methods to draw
- 2023-06-22 13:35:04下载
- 积分:1