-
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果
用键盘控制小球移动,当小球撞击墙面时,会有弹跳效果-Use the keyboard to control the ball movement, when the ball hit the wall, there will be bounce effect
- 2022-05-14 16:56:38下载
- 积分:1
-
opengl核心功能的实现源代码,想了解opengl底层实现以及写自己的渲染管道的必看...
opengl核心功能的实现源代码,想了解opengl底层实现以及写自己的渲染管道的必看-opengl core code for render
- 2022-02-18 15:03:02下载
- 积分:1
-
布尔运算,两个物体的和或交差等运算,用opengl开发
布尔运算,两个物体的和或交差等运算,用opengl开发-Boolean operation, the two objects and call it a day, such as computing or
- 2022-02-14 08:37:37下载
- 积分:1
-
linux下opengl加载.ms3d模型
该源码是在linux下用opengl库编程实现的.ms3d文件格式的三维模型的加载,包括纹理贴图。
- 2022-07-12 10:13:17下载
- 积分:1
-
实现基本的几何三的使用
利用OPENGL实现基本三维几何图像的绘制和显示,源代码。-OPENGL realize the use of basic geometric three-dimensional image rendering and display, the source code.
- 2023-07-09 04:10:04下载
- 积分: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
-
采用vc+opengl制作的虚拟手抓取软件,实现了三维物体的定位及坐标转换...
采用vc+opengl制作的虚拟手抓取软件,实现了三维物体的定位及坐标转换-using vc opengl produced by the virtual hand crawls software, a three-dimensional object positioning and coordinate conversion
- 2022-03-10 06:37:14下载
- 积分:1
-
This is done using Opengl an animation presentation, helpful for beginners
这是用Opengl做的一个 动画效果演示,对初学者很有帮助-This is done using Opengl an animation presentation, helpful for beginners
- 2022-01-26 01:00:29下载
- 积分:1
-
图形学代码,共初学者学习
可以供初学者学习:OpenGL绘图模版,利用顶点数组旋转矩形,旋转矩形框
- 2022-03-02 00:55:06下载
- 积分:1
-
显示导弹的OpenGL代码
OPenGL code for displaying missile
- 2023-03-26 17:45:03下载
- 积分:1