-
一个很好用的openGL源代码, 适合初学者者.
一个很好用的openGL源代码, 适合初学者者.-OpenGL used a very good source code, suitable for beginners who.
- 2022-02-06 02:21:06下载
- 积分:1
-
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi...
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi-texture sourcecode. By using multi-texture mapping, more 3D image effect can be got.-more OpenGL texture mapping code. Through a multi-texture mapping, OpenGL performance can be more image display effects, and strengthen the material objects flu. OpenGL Multi-texture sourcecode. By using intercommunication ti-texture mapping, more 3D image effect can be got.
- 2022-12-12 09:55:04下载
- 积分:1
-
OpenGL程序实例的颜色
Examples colors of opengl program
- 2022-11-29 06:30:04下载
- 积分:1
-
烟雾模拟仿真,由粒子模型生成,添加动态风的效果
烟雾模拟仿真,由粒子模型生成,添加动态风的效果-Smoke simulation, generated by the particle model, add the dynamic effect of wind
- 2022-03-31 22:15:31下载
- 积分:1
-
在VC中实现OpenGL三维图形的程序,这个程序实际上是一个FRA…
在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D
- 2022-01-21 04:07:25下载
- 积分:1
-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1
-
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果...
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果-fog effect on the demonstration and guidance through mouse movement to amend the parameters to show different results
- 2022-10-30 13:15:04下载
- 积分:1
-
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。...
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。-vc6 use of the environment, based on t cg and the displacement map to achieve results. The need for programmable graphics pipeline support.
- 2022-07-01 10:09:44下载
- 积分:1
-
这是一个用OpenGL编写的模拟俄罗斯方块的程序。的我
这是一个用OpenGL编写的模拟俄罗斯方块的程序。我传了5个,就是想得到:“C++buidler5编程实例与技巧“这本书。好多地方都是12MB的,只有这里有完整的30多MB的。就算不批准我会员号码,也希望你把这本书发到我邮箱里。谢谢!-This is a preparation using the OpenGL Tetris simulation procedures. The I-5 is the wish : "C++ programming examples buidler5 and skills," this book. Many things are 12MB, and only here is the integrity of the more than 30 MB. Even if I do not approve membership numbers, I also hope you include this book into my mailbox Lane. Thank you!
- 2022-04-19 08:39:25下载
- 积分: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