-
利用2D材质制做3D的起伏不平的地面
利用2D材质制做3D的起伏不平的地面-use material produced 2D 3D undulating ground
- 2022-07-03 16:22:18下载
- 积分:1
-
opengl 3dsGL which types of data into documents
opengl中3dsGL类型文件数据的导入-opengl 3dsGL which types of data into documents
- 2023-08-28 22:15:02下载
- 积分:1
-
opengl 中文显示2D图形,其中有些缺点,请大家指正,
opengl 中文显示2D图形,其中有些缺点,请大家指正,-opengl Chinese display 2D graphics, some of which are shortcomings, please correct me,
- 2022-03-02 21:31:18下载
- 积分:1
-
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。...
对于球体之间,球体和平面,球体和圆柱体的碰撞进行模拟。-Between the spheres, sphere and plane, sphere and cylinder to simulate the collision.
- 2022-07-25 11:17:57下载
- 积分:1
-
模拟服饰材料的表面。
模拟服饰材料的表面。-simulation costumes material to the surface.
- 2023-04-16 22:30:03下载
- 积分:1
-
用OPENGL开发的字体,美观大方,代码简单扼要,易于初学者学习使用...
用OPENGL开发的字体,美观大方,代码简单扼要,易于初学者学习使用
- 2022-12-12 13:25:03下载
- 积分:1
-
水波浪的OpenGL源代码,对于实现水面特效有参考…
实现水波浪的OpenGL源代码,对于实现水面特效有参考价值。A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.-water wave OpenGL source code, for the achievement of surface effects have reference value. A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.
- 2022-12-12 03:20:03下载
- 积分:1
-
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球....
本程序是基于opengl平台而生成的3d的c++代码,所表示的图形是一个会旋转的地球.-this program is based on opengl platform and the formation of c 3d code expressed by the graphics will be a rotation of the Earth.
- 2022-06-30 08:21:29下载
- 积分:1
-
用OpenGL VC程序编写的一个动画的演示版本的过程。
本程序用opengl编写vc版的一个演示动画程序,值得一看。-the procedures used opengl vc prepared a demo version of the animation process overseas.
- 2023-05-28 17:15: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