-
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体...
在vc++6.0环境下,调用opengl函数建立光照模型,实现旋转的立方体-in vc++ 6.0 environment, the establishment of function called opengl illumination model, the rotating cube
- 2022-01-25 19:17:44下载
- 积分:1
-
OpenGL Bezier surface structure of the source
OpenGL中构造Bezier曲面的源程序-OpenGL Bezier surface structure of the source
- 2023-04-14 20:15:04下载
- 积分:1
-
共同探讨,以便我们大家统统提高,OpenGL开发框架与应用举例...
共同探讨,以便我们大家统统提高,OpenGL开发框架与应用举例-explore, in order to improve all of us, OpenGL and Application Development Framework, for example
- 2022-03-02 19:42:04下载
- 积分:1
-
图像补间
补间动画生成中间帧图像给第一图像的发展顺利进入第二图像之间的外观。在这个项目中,关键帧是用来产生运动错觉。变形,旋转,缩放进行绘制正方形程序技术,立方体是顺利转换成一个圆圈。OpenGL函数已被用来创建,翻译,旋转,显示和重绘。定时器功能方便转换形状的另一种形式。push和pop矩阵用于保存和提取的目的。菜单选择在MIP映射的功能起着重要的作用。
- 2022-03-13 03:17:00下载
- 积分:1
-
使用glu建模
使用opengl进行建模。glut提供的九种实例对象,进行建模,可使用菜单进行选择,方便简单。可以选择线框图及填充图效果
- 2022-08-24 09:34:09下载
- 积分:1
-
opengl 实现机械手臂
用opengl实现机械手臂,参考opengl红宝书,主要难点在于矩阵堆栈的理解和使用
- 2022-03-06 18:12:40下载
- 积分:1
-
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库...
3D游戏与计算机图形学中的数学方法,使用opengl作为图形开发库-3D games and computer graphics of mathematical methods, the use opengl as graphics development libraries
- 2022-10-14 12:45:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵...
这个是我按照老师的要求写的一个模拟3dmax里面进行坐标变换的opengl的程序,并且可以得到进行转换后的左边的复合矩阵
- 2022-03-23 23:45:30下载
- 积分:1
-
opengl基础教程电子书,含有基本的opengl编程方法
opengl基础教程电子书,含有基本的opengl编程方法-Essentials opengl e-book, containing the basic opengl programming
- 2022-03-26 15:52:43下载
- 积分:1