-
opengl搭建的虚拟现实平台,模拟第一人称射击
opengl搭建的虚拟现实平台,模拟第一人称射击-opengl built virtual reality platform to simulate the first-person shooter
- 2022-02-01 07:20:59下载
- 积分: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
-
This is a high
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-07-03 03:50:08下载
- 积分:1
-
opengl作业,可以按键控制偏移,改变视角,缩放。实现交互。...
opengl作业,可以按键控制偏移,改变视角,缩放。实现交互。-opengl operations, offset control buttons, changing perspectives, zoom. Interactive.
- 2023-02-11 19:50:04下载
- 积分:1
-
MFC框架下的opengl环境设置,同时还包括如何切分窗口使用多个视类...
MFC框架下的opengl环境设置,同时还包括如何切分窗口使用多个视类-MFC opengl under the framework of environmental settings, also include how to split the use of multiple windows as the category
- 2022-12-31 03:55:04下载
- 积分:1
-
OpenGl编成小例子
OpenGl编成小例子-OpenGl into small example
- 2022-01-25 17:22:52下载
- 积分:1
-
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题-This is introducing OPENGL operation and issues from scene making
- 2022-03-10 04:43:49下载
- 积分:1
-
球射击游戏
只是一个 OpenGL 目标和射击游戏、 使用 OpenGL,设定的目标、 球、 障碍、 拍球、 加农炮、 很多乐趣
- 2022-03-17 18:00:31下载
- 积分:1
-
使用Visual Basic的OpenGL的例子
OPENGL Example using Visual Basic
- 2022-07-14 21:36:17下载
- 积分:1
-
三维浏览器,opengl开发,三维图形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站...
三维浏览器,opengl开发,三维图形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站 -3D browser, opengl development, 3D graphics, the use of the VC OpenGL rendering typical surface-programming enthusiast site
- 2022-05-08 20:38:18下载
- 积分:1