-
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的...
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the right corner of a different color, you can use the keyboard arrow keys to the rotation of the color cube, it"s the observation of the edge angle.
- 2022-09-10 07:05:03下载
- 积分: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 (GLUT) avec C
openGL (GLUT) avec C
- 2022-03-25 13:45:42下载
- 积分:1
-
介绍在VC中运用opengl进行3D编程的方法
介绍在VC中运用opengl进行3D编程的方法-Introduced in the VC to use opengl for 3D programming method
- 2022-01-30 12:38:56下载
- 积分:1
-
OpenGL三维图形编程指南 对游戏爱好者,图形开发者非常有帮助的.值得一看....
OpenGL三维图形编程指南 对游戏爱好者,图形开发者非常有帮助的.值得一看.-OpenGL 3D Graphics Programming Guide for game enthusiasts, graphics developers very helpful. Worth a Look.
- 2023-02-05 21:40:03下载
- 积分:1
-
水流动画引擎
需要directx水流动画引擎水流,动画,引擎,SPH
- 2022-02-28 21:05:26下载
- 积分:1
-
OpenGL实现多场景
OpenGL实现多场景-OpenGL more scenes
- 2022-01-28 18:29:03下载
- 积分:1
-
在MDI使用OpenGL
在MDI中使用opengl-in MDI use opengl
- 2022-09-03 07:40:03下载
- 积分:1
-
在下面的程序中,显示对一个网状球体的裁减
在下面的程序中,显示对一个网状球体的裁减-In the following procedure, showed a net reduction of the sphere
- 2022-03-24 09:35:52下载
- 积分:1
-
经典的OpenGL例子程序,对于初学OpenGL的人极为有用。
经典的OpenGL例子程序,对于初学OpenGL的人极为有用。-Classical OpenGL demos
- 2022-06-01 13:25:28下载
- 积分:1