-
OpenGl的例子
OpenGl的例子-OpenGl
- 2022-02-21 01:20:14下载
- 积分:1
-
机器人视觉跟踪
很经典的,基于OPENGL,光线跟踪技术算法,perfec
- 2022-03-29 02:24:51下载
- 积分:1
-
GPS3D is a group of tools that can be used for processing GPS data on PC. One sp...
GPS3d 是一组可以从PC机处理GPS的工具,一个良好的功能是可以通过OpenGL,3D纹理映射模型查看GPS数据-GPS3D is a group of tools that can be used for processing GPS data on PC. One splendid function of the tool is that it can examine GPS data through texture mapped 3D model by use of OpenGL.
- 2022-01-30 18:29:03下载
- 积分: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 with Visual Basic 6 Joint realize the Jupiter rotation examples, includin...
OPENGL与Visual Basic 6 联合实现的木星旋转实例,包括光源调节、Texture定义等-OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, including the light source adjustment, Texture definition
- 2022-10-31 19:45:02下载
- 积分:1
-
opengl入门,画图的各种步骤比较详细
opengl入门,画图的各种步骤比较详细-opengl portal, drawing the various steps in more detail
- 2022-10-10 15:05:03下载
- 积分:1
-
Opengl中实现一正方形为一不停运动的画布的效果,柔软有布的质感...
Opengl中实现一正方形为一不停运动的画布的效果,柔软有布的质感-Opengl realize one square in one non-stop campaign for the canvas effect, has a soft cloth texture
- 2022-06-01 02:31:17下载
- 积分:1
-
5dg OpenGL的旋转
5DG S Rotation OpenGL
- 2022-08-13 02:22:19下载
- 积分:1
-
这是用opengl编写的3d迷宫
,读者可以怎加贴图,自己设计迷宫样式
加以修饰...
这是用opengl编写的3d迷宫
,读者可以怎加贴图,自己设计迷宫样式
加以修饰-This is opengl prepared by the 3d maze, readers can we increase map. design their own forms to be modified maze
- 2022-03-22 04:28:11下载
- 积分:1
-
按ADWS键还有上下左右键可以移动机器人!
按ADWS键还有上下左右键可以移动机器人!-Rehabilitation Robot
- 2022-06-28 13:04:54下载
- 积分:1