-
图像补间
补间动画生成中间帧图像给第一图像的发展顺利进入第二图像之间的外观。在这个项目中,关键帧是用来产生运动错觉。变形,旋转,缩放进行绘制正方形程序技术,立方体是顺利转换成一个圆圈。OpenGL函数已被用来创建,翻译,旋转,显示和重绘。定时器功能方便转换形状的另一种形式。push和pop矩阵用于保存和提取的目的。菜单选择在MIP映射的功能起着重要的作用。
- 2022-03-13 03:17:00下载
- 积分:1
-
Prepared by nVIDIA' s CG language on the development of a description. Is a g...
由nVIDIA公司编写的一套关于CG语言的开发介绍。是显卡编程开发人员必备书籍。-Prepared by nVIDIA" s CG language on the development of a description. Is a graphics program developers must have books.
- 2022-01-29 03:51:18下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
opengl, directly in OnDrawGL drawing unwanted images can be
opengl,直接在OnDrawGL中绘制想要的图像即可-,Visual C++,OpenGL/OpenGL program -opengl, directly in OnDrawGL drawing unwanted images can be- and Visual C, OpenGL/OpenGL program
- 2022-02-26 23:18:16下载
- 积分:1
-
Sierpinski海绵自己画的(分形)在VS2005调试通过的程序…
自编的画Sierpinski海绵(分形)的程序,在VS2005下通过调试,需要系统装有OpenGL。-Sierpinski sponge own paintings (fractal) procedures adopted in the VS2005 debugger, the need for systems equipped with OpenGL.
- 2022-02-12 11:36:58下载
- 积分:1
-
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。...
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。-Just beginning to learn to prepare for the graphical interface to opengl images a small example of the preparation.
- 2022-02-09 21:22:55下载
- 积分:1
-
opengl游戏编程 书中实例的第3章代码
opengl游戏编程 书中实例的第3章代码-opengl game programming book, Chapter 3 code examples
- 2022-04-30 00:51:38下载
- 积分:1
-
use opengl and vc write demonstration seawater example, the dynamic effects
用opengl和vc++写的演示海水的例子,有动态效果
-use opengl and vc write demonstration seawater example, the dynamic effects
- 2022-03-16 11:57:43下载
- 积分:1
-
This a Transparent PNG texture loader for OpenGL. It requires the gd library at...
This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
-This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
- 2022-04-07 07:25:13下载
- 积分:1
-
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)-Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16)
- 2022-09-16 06:20:03下载
- 积分:1