-
qwt详细使用示例
实现qt,曲线绘图,最基本的方法,详细的源码,适合新手学习,非常好的学习资料
- 2022-02-16 06:43:04下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 贴图.rar-OpenGL graphic example- mapping. Rar
- 2022-06-03 17:24:32下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-06-12 09:23:59下载
- 积分:1
-
计算机图形学opengl
计算机图形学opengl-computer graphics opengl
- 2022-07-26 04:34:45下载
- 积分:1
-
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。...
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC.
- 2022-04-29 16:43:38下载
- 积分:1
-
opengl 教程,基础的介绍opengl的使用方法,网上下的
opengl 教程,基础的介绍opengl的使用方法,网上下的-opengl tutorial, basic introduction to the use of opengl, online under
- 2022-02-04 20:18:52下载
- 积分:1
-
with vc++ and borders to achieve the rotation of lanterns and packed around the...
用vc++和opengl实现了灯笼的旋转和纸飞机围绕着灯笼分行,可以控制飞行的速度。-with vc++ and borders to achieve the rotation of lanterns and packed around the lanterns branch can control the speed flight.
- 2022-02-06 01:23:33下载
- 积分:1
-
opengl圆柱体绘制
圆柱体的绘制:利用连续扇形绘制填充圆柱体的上下两个底面圆;利用三角面片填充圆柱体的侧面;利用平移旋转改变图形的显示; 利用光源,光照渲染立体效果
- 2022-01-28 09:58:22下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
用于建立平面坐标系,用于计算简单的坐标运算及其相应的向量运算。...
用于建立平面坐标系,用于计算简单的坐标运算及其相应的向量运算。-Plane coordinate system for the establishment, used to calculate the coordinates of simple calculations and their corresponding vector computing.
- 2022-05-09 03:48:13下载
- 积分:1