-
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等-OpenGL Print and Print Preview to address output issues, such as PDF, print, etc.
- 2022-04-26 13:41:59下载
- 积分:1
-
赛车游戏
本场比赛的第2版是在pH值为无穷大协作。该版本提供了一个分屏2人游戏模式,拥有动态照明昼夜效果!
- 2022-03-10 06:08:03下载
- 积分:1
-
绘制加光照的彩色四棱锥
绘制一个彩色的四棱锥并添加光照效果:四棱锥边长为2;四棱锥各个顶点颜色不同;四棱锥的中心为(1,2,3);要求使用多种光,包括环境光、镜面光和散射光等,可以通过控制物体对光的反射材质因子和不同光的因子达到不同的光照效果。
- 2022-06-12 18:34:41下载
- 积分:1
-
OpenGL红宝书是业界权威著作,本书的源码是OpenGL开发人员的必备....
OpenGL红宝书是业界权威著作,本书的源码是OpenGL开发人员的必备.-Little Red Book OpenGL is the industry
- 2022-04-07 04:17:09下载
- 积分:1
-
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,...
opengl 实现三维旋转,主要通过上下左右键实现,同时能够实现拾取功能,-opengl realize three-dimensional rotation, mainly through vertical and horizontal keys realize, at the same time pick-up function can be achieved,
- 2023-08-03 20:45:02下载
- 积分:1
-
一个刽子手游戏(大学外号版)
A Hangman Game (College Nickname Edition)
- 2022-03-18 11:37:40下载
- 积分:1
-
OpenGL
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-01-26 05:58:30下载
- 积分:1
-
CANDIDE
CANDIDE-3 软件包。 Wincandide。是基于OpenGL和VC++的软件包。-CANDIDE-3 has been derived from the original one. The main purpose of another model is to simplify animation by MPEG-4 Facial Animation Parameters .Therefore, about 20 vertices have been added, most of them corresponding to MPEG4 feature points. This model is called Candide-3 and is included in the WinCandide package.
- 2023-06-04 09:05:06下载
- 积分:1
-
用VC+OpenGL编的一个具有简单弯管的程序源代码
用VC+OpenGL编的一个具有简单弯管的程序源代码-this code demostrate how to make a simple curved vessel with opengl
- 2022-06-17 02:35:27下载
- 积分: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