-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2023-01-29 22:35:03下载
- 积分:1
-
vs2008下基于mfc框架的OpenGL多视区演示程序。
vs2008下基于mfc框架的OpenGL多视区演示程序。-vs2008 framework OpenGL Based mfc multi-viewport demo program.
- 2022-03-30 03:42:40下载
- 积分:1
-
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl-procedures, simulating the ink on the paper, the proliferation opengl
- 2023-06-25 10:30:03下载
- 积分:1
-
nehe
nehe-opengl(16-20)
- 2022-10-19 17:05:03下载
- 积分:1
-
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。...
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。-achieve OpenGL Pick function. It is helpful in understanding OpenGL Pick a classic example.
- 2022-05-30 09:02:01下载
- 积分:1
-
好的开发的管理主题 css 和 html 与爱
此 css 管理是开发与 css html 的简单视图,这挺不错的美丽和容易地执行,这段代码是所有为民本网站
- 2022-01-28 06:15:23下载
- 积分: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二维绘图程序,用户可以绘制任意曲线-a good OpenGL 2D mapping procedure, the user can draw arbitrary curve
- 2022-03-20 06:06:49下载
- 积分:1
-
一个用OpenGl写的烟火的程序,实现了颜色和位移,形状等的随机变换。...
一个用OpenGl写的烟火的程序,实现了颜色和位移,形状等的随机变换。-OpenGl fireworks with a written procedure to achieve the color and point shape of the random transformation.
- 2022-08-22 22:22:29下载
- 积分:1
-
nehe的opengl教程第46课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第46课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 46th Division, nehe the tutorial is very well known, is essential for beginners
- 2022-10-04 09:25:03下载
- 积分:1