资源列表
glutEx1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “一个六角星” 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。-On Windows systems, the installation of GLUT library: Open glut-3.7.6-bin.zip, r
glutEx3
- 一、实验目的和要求 在OpenGL编程基础上,通过实现实验内容,掌握OpenGL的矩阵使用,并验证课程中矩阵变换的内容。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “平移的桌子,旋转的桌子”-First, experimental purposes and requirements of the OpenGL programming, based on the contents through the
glutEx5
- 一、实验目的和要求 在模型变换实验的基础上,通过实现下述实验内容,掌握OpenGL中三维观察、透视投影、正交投影的参数设置,并能使用键盘移动观察相机,在透视投影和正交投影间切换,验证课程中三维观察的内容; 进一步加深对OpenGL三维坐标和矩阵变换的理解和应用。 二、实验内容和原理 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “桌子和茶壶的正投影和透视投影” 可以使用键盘改变camera位置与观察方向 (按键为a
A4
- 绘制桌子,茶壶,兔子 通过键盘按键,控制各个物体(茶壶、桌子和兔子)的显示状态 对各个物体分别用显示列表进行绘制,重复上面的交互控制。 增加键盘按键来切换显示列表和非显示列表绘制方式,通过动画以及对FPS的理解和分析,理解显示列表对程序绘制性能的影响。 -Drawing table, teapot, rabbits through the keyboard keys to control each object (teapot, tables and rabbits) to di
SolarSystem
- 一个用OpenGL实现的简单的太阳系,可以模拟各星球间的公转自转关系-A solar system with a simple OpenGL implementation, can simulate the relationship between the public switched turn each planet
MultipleView
- 一个用OpenGL实现的一个窗口多视口显示的程序,可以实现四个视口间的拼接-A window with an OpenGL implementation of the multi-viewport display program that can realize the splice between four viewports
Jet
- openGL实现三维飞机模型。可旋转。计算机图形学基础内容-openGL achieve the three aircraft models. Rotatable. Fundamentals of Computer Graphics Content
fengekuangkou
- 在VC6.0上用opengl实现在窗口内分割四个小窗口,并在每个小窗口上绘制不一样的图形,图形的颜色也不相同。-On VC6.0 opengl window split implemented within four small windows, and draw a different pattern on each small window, the color is not the same with the graphics.
juxingxuanzuan
- 在VC6.0上用OpenGL实现同时显示两个窗口,在这两个窗口里绘制相同的矩形,矩形在窗口里能实现旋转,并能通过鼠标来控制停止和继续。-VC6.0 using OpenGL implementation on display two windows, draw two identical rectangular window, a rectangular window can be achieved in the rotation, and through the mouse to contro
xinxing
- 在VC6.0上用OpenGL实现在窗口里绘制一个心形的图案,图案的颜色为红色,窗口背景的颜色为黑色。-On VC6.0 OpenGL realize draw a heart-shaped pattern in the window, the color pattern of red, the color of the window background is black with.
zhengfangti
- 在VC6.0上用OpenGL实现在窗口里绘制一个正方体,正方体的每个面的颜色都不相同,在一个特殊的角度观察正方体。-In VC6.0 draw a cube using OpenGL implementation in the window, the color of each cube face are not the same, the angle of observation in a special cube.
MfcOpenGL_
- MFC环境下用OPENGL实现行星运动,采用双缓冲机制-Under the MFC environment of planetary motion, using double buffering mechanism