-
很经典的OPENGL程序
很经典的OPENGL程序-classic procedures of OpenGL
- 2023-08-30 10:00:02下载
- 积分:1
-
数独在OpenGL
在 opengl 中的数独
电枢项目类
- 2023-06-21 00:10:05下载
- 积分:1
-
Sky and the terrain of the source that he adapted, let us look at some. U.S. can...
天空和地形的源码,自己改写的,大家看看一下。大家可以自己发挥修改-Sky and the terrain of the source that he adapted, let us look at some. U.S. can play a modified
- 2022-02-25 20:26:56下载
- 积分:1
-
城市跑酷cocos2d-x代码
城市跑酷单机版游戏,适合有一定c++基础的游戏开发者学习。有利于帮助理解cocos2d-x的渲染引擎,物理引擎,包括动作,场景的滚动等技术。
- 2022-04-29 22:49:50下载
- 积分: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 如何从屏幕坐标转换到gl三维坐标
glUnProject
OpenGl 如何从屏幕坐标转换到gl三维坐标
glUnProject-OpenGL how gl screen coordinate conversion to three-dimensional coordinates glUnProject
- 2022-01-21 22:11:35下载
- 积分:1
-
opengl绘图和相应的操作源代码
opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
- 2022-03-28 23:37:27下载
- 积分:1
-
用鼠标实现opengGL程序的拾取功能,并且可以对3D模型进行选择...
用鼠标实现opengGL程序的拾取功能,并且可以对3D模型进行选择-Use the mouse to pick up procedures opengGL realize functions, and can choose from 3D model
- 2022-07-01 09:08:20下载
- 积分:1
-
Opengl,小车的交互,实现了碰撞检测,读取3ds模型,AI等功能
Opengl,小车的交互,实现了碰撞检测,读取3ds模型,AI等功能-Opengl Trolley interactive and realized the collision detection, reading 3ds model features such as AI
- 2022-10-30 10:55:03下载
- 积分:1
-
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术...
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术-VC single screw computer simulation calculation and simulation, the technology is OpenGL technology
- 2022-05-16 08:37:20下载
- 积分:1