-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1
-
visual c++与opengl实现的实体旋转程序
visual c++与opengl实现的实体旋转程序-visual c++ realize entity with opengl rotation procedures
- 2022-05-30 23:54:34下载
- 积分:1
-
基于OpenGL的真实感三维地形生成
基于OpenGL的真实感三维地形生成
读取三维地形文件,地形模型用三角网法实现,并在地形上增加了一些简单分型产生的树
- 2022-05-13 12:27:57下载
- 积分:1
-
ArcObjects development
ArcObjects development
- 2022-03-17 06:13:43下载
- 积分:1
-
创建OpenGL图形类实现Visual C++中三维图形绘制
创建OpenGL图形类实现Visual C++中三维图形绘制-Realize the creation of OpenGL graphics category Visual C++ In three-dimensional graphics rendering
- 2022-10-07 21:10:03下载
- 积分:1
-
OpenGL realize with a dialog box procedure, hoping to understand for beginners O...
用OpenGL实现的一个对话框程序,希望对初学者了解OpenGL框架结构有帮助!-OpenGL realize with a dialog box procedure, hoping to understand for beginners OpenGL frame structure has to help!
- 2023-05-02 07:30:02下载
- 积分:1
-
glsl实现点精灵
用opengl库和glsl语言实现点精灵,包括点着色器、几何着色器和片段着色器,代码完整可运行,简单易懂,配有注释易于理解,对学习点精灵很有用。希望有所帮助
- 2022-01-26 06:56:45下载
- 积分:1
-
简单的程序,按键打开盖子,按下按钮和按钮…
简单的OpenGL程序,按O键打开盖子,按C键关闭盖子。-simple procedure, according to O bond opened the lid and press the C button and close the lid.
- 2022-03-26 04:28:36下载
- 积分:1
-
这是OPENGL和VC++制作的3D游戏场景片段,里面制作了3D水,和烟雾特效.也对贴图进行了各向异性的优化....
这是OPENGL和VC++制作的3D游戏场景片段,里面制作了3D水,和烟雾特效.也对贴图进行了各向异性的优化.-VC production and OpenGL 3D game scenes footage, which produced a 3D water, and smoke effects. Texture is right for the optimization of anisotropic.
- 2022-02-01 20:37:51下载
- 积分: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