-
使用摄像机,进行视频采集的源代码,可以运行。
使用摄像机,进行视频采集的源代码,可以运行。-The use of cameras, video capture source code, you can run.
- 2022-05-26 20:32:50下载
- 积分:1
-
一个MFC建立使用OpenGL的模板,VC6可以建立这个项目
一个MFC建立的使用OpenGL的模板,可以在VC6中建立以此项目为基础的项目生成向导,在此基础上方便地使用OpenGL,免去配置OpenGL库的麻烦-an MFC to establish the use OpenGL template, VC6 can build this project-based projects generated guides, Based on this convenient to use OpenGL, OpenGL configuration removed from the troubles
- 2023-03-15 09:20:03下载
- 积分:1
-
MFC OPENGL make use of the routine use of OCTREE, explain how to use OCTEE shows...
使用MFC OPENGL 做的OCTREE 使用例程,讲明了如何用OCTEE显示裁剪的过程-MFC OPENGL make use of the routine use of OCTREE, explain how to use OCTEE shows the process of cutting
- 2023-05-19 20:05:03下载
- 积分:1
-
一段雷达PPI扫描的OPENGL实现
可以实现园扫PPI,目标显示,使用OPENGL实现。
- 2022-10-02 00:40:03下载
- 积分:1
-
使用Visual Basic的OpenGL的例子
OPENGL Example using Visual Basic
- 2022-07-14 21:36:17下载
- 积分:1
-
orge面向对象3d图形渲染引擎,非常实用,建议初学者多多学习...
orge面向对象3d图形渲染引擎,非常实用,建议初学者多多学习-object-oriented graphics engine
- 2023-08-23 08:40:14下载
- 积分:1
-
OPENGL based fog rendering capabilities, requiring the implementation of VC6, is...
基于OPENGL的雾绘制功能,要求在VC6下执行,是学习三维图形图像编程的好例子-OPENGL based fog rendering capabilities, requiring the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
- 2022-03-17 21:35:04下载
- 积分:1
-
OPENGL 游戏中的瞄准
OPENGL 游戏中的瞄准-OpenGL aim of the game
- 2023-01-30 03:50: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
-
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。...
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, easy to use, fast.
- 2023-07-17 08:20:04下载
- 积分:1