-
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系...
OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
- 2022-09-17 17:20:03下载
- 积分:1
-
OpenGl等高线生成和内插
OpenGl等高线生成和内插-OpenGl contour generation and interpolation
- 2022-12-16 08:00:03下载
- 积分:1
-
物理玩具,游戏开发入门。
玩具有很多的关节,可以用鼠标调整和移动。...
物理玩具,游戏开发入门。
玩具有很多的关节,可以用鼠标调整和移动。
-Physical toys, games development portal. Toys have a lot of joints, can be used to adjust and move the mouse.
- 2023-04-02 08:50:03下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
VC平台下开发的可以读取obj格式的显示界面,具有渲染,平滑,缩放功能,有需要的朋友可以下载参考....
VC平台下开发的可以读取obj格式的显示界面,具有渲染,平滑,缩放功能,有需要的朋友可以下载参考.-VC platform developed under the obj format can be read by the display interface, with rendering, smooth, zoom feature, there is a need of a friend can download the reference.
- 2022-02-15 19:45:22下载
- 积分: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 教程,基础的介绍opengl的使用方法,网上下的
opengl 教程,基础的介绍opengl的使用方法,网上下的-opengl tutorial, basic introduction to the use of opengl, online under
- 2022-02-04 20:18:52下载
- 积分:1
-
OPENGL相机视图用法
本程序用在vs2010框架下用OPENGl编写,能对相机视图的用法有一个较清楚的说明。对opengl初学者有很大的帮助,主程序能输出相机视图的转换矩阵,且能自主设置需要输出的图形内容
- 2022-09-07 17:40:04下载
- 积分:1
-
VC and OpenGL graphics prepared by the procedures, It also included a subdivisio...
用VC和OpenGL编写的图形程序,还包括了一个subdivision算法.适合初学者学习.-VC and OpenGL graphics prepared by the procedures, It also included a subdivision algorithm. for beginners learning.
- 2022-12-15 17:40:06下载
- 积分:1
-
三轴机械臂opengl仿真源码
基于mfc工程,采用opengl绘制了一个三轴工业机器人的三维模型,可以沿指定直线进行运动,可以添加坐标系,可以任意关节转动,方便控制
- 2022-07-24 05:43:58下载
- 积分:1