-
一个简单的用opengl写的函数,是为最初的程序设计者设计的
一个简单的用opengl写的函数,是为最初的程序设计者设计的-A simple to use opengl to write a function for the initial design process designers
- 2023-04-22 00:20:03下载
- 积分:1
-
A simulated aircraft fire near the ground opengl procedures, documentation in th...
一个模拟飞机近地面射击的opengl程序,文件中有相应的模型和算法-A simulated aircraft fire near the ground opengl procedures, documentation in the corresponding model and algorithm
- 2022-06-15 07:07:37下载
- 积分:1
-
使用OpenGL,图形的缩放的三个典型案例,绘制球灯…
OpenGL的使用,三个典型的例子,分别为图形的缩放,绘制光源照射的球体。雾的使用-use OpenGL, three typical examples of the scaling graphics, drawing the ball light irradiation. The use of fog
- 2022-03-01 13:38:40下载
- 积分:1
-
在MFC中使用OpenGL的例子,适合初学者
在MFC中使用OpenGL的例子,适合初学者-the MFC example of the use of OpenGL, for beginners
- 2022-03-23 03:38:37下载
- 积分:1
-
opengl编程例子
opengl编程例子-opengl programming examples
- 2022-12-06 01:10:03下载
- 积分:1
-
周卫,中国
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-02-25 11:43:21下载
- 积分: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 achieved a solar system, can interface to control the operation of all the speed planet. Interactive is good.
- 2023-01-28 02:40:04下载
- 积分:1
-
二维火焰的模拟,使用温度模型,OpenGL图形库
2D火焰模拟,采用温度模型,OpenGL函数库-2D flame simulation, using the temperature model, OpenGL library
- 2022-01-31 11:34:45下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1