-
此程序演示了用DELPHI进行OpenGL的程序设计
此程序演示了用DELPHI进行OpenGL的程序设计 -demonstration of the procedure used for Delphi programming OpenGL
- 2022-01-31 01:21:22下载
- 积分:1
-
OpenGL入门第一课,画平面二维图形
资源描述
OpenGL入门第一课,看懂后迅速入门。
绘制二维平面几何图形;
OpenGL的着色模式,Smooth和Flat
实现图形的旋转
- 2023-07-18 06:45:05下载
- 积分:1
-
Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a dir...
用OpenGL来画一个Bezier曲线,没有调用OpenGL的画图函数,直接实现的算法。-Using OpenGL to draw a Bezier curve, did not call OpenGL drawing function, a direct realization of the algorithm.
- 2022-09-04 09:20: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
-
opengl动画效果 采用c++语言和OPENGL环境编写。正常运行前请先安装OPENGL库...
opengl动画效果 采用c++语言和OPENGL环境编写。正常运行前请先安装OPENGL库-opengl animation using language and OpenGL c prepared environment. Normal operation of the former post for the installation of OpenGL
- 2023-01-04 07:30:03下载
- 积分:1
-
纹理映射,教你如何对已经编好的模型进行贴图等
纹理映射,教你如何对已经编好的模型进行贴图等-Texture mapping, teach you how to have made such a good model for mapping
- 2022-03-06 00:05:57下载
- 积分:1
-
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。...
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。-vc6 use of the environment, based on t cg and the displacement map to achieve results. The need for programmable graphics pipeline support.
- 2022-07-01 10:09:44下载
- 积分:1
-
A VC with opengl and prepared to launch missile animation.
一个用opengl和VC编写的发射导弹的动画。-A VC with opengl and prepared to launch missile animation.
- 2022-02-06 00:12:40下载
- 积分:1
-
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)...
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL# 61548 introduced by SGI"s GL from the development of an industry-standard graphics library.# 61548 by the OpenGL graphics library GL (Graphics Library) and the application of graphics library GLU (Graphics Library Utilities) 2 component library
- 2022-03-18 17:40:04下载
- 积分:1
-
清华大学本科计算机图形学基础教程PART2,适合大学本科生学习计算机图形学时使用...
清华大学本科计算机图形学基础教程PART2,适合大学本科生学习计算机图形学时使用-Tsinghua University undergraduate computer graphics based tutorial PART2 suitable for undergraduate study and the use of computer graphics
- 2022-06-14 06:51:58下载
- 积分:1