-
这是一个opengl的教材,通过学习,可以掌握3d开发中的一些基础。为以后的开发铺路...
这是一个opengl的教材,通过学习,可以掌握3d开发中的一些基础。为以后的开发铺路-a good book introduct 3d game called opengl
- 2022-06-18 20:03:10下载
- 积分:1
-
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐...
VC++和openGL开发的实现RGB立方体与LUV空间的转化程序,我的一个作业,强烈推荐-VC and the realization of development and luminance RGB cube space conversion procedures, one of my operations, strongly recommended
- 2022-06-19 13:19:14下载
- 积分:1
-
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个3D透明箱,基于SDK,适合初学者学习,大家可以下载试试!-VC write OPEN GL 3D a transparent box, based on the SDK, for beginners to learn, we can try to download!
- 2022-04-25 11:18:35下载
- 积分:1
-
一个MFC建立使用OpenGL的模板,VC6可以建立这个项目
一个MFC建立的使用OpenGL的模板,可以在VC6中建立以此项目为基础的项目生成向导,在此基础上方便地使用OpenGL,免去配置OpenGL库的麻烦-an MFC to establish the use OpenGL template, VC6 can build this project-based projects generated guides, Based on this convenient to use OpenGL, OpenGL configuration removed from the troubles
- 2023-03-15 09:20:03下载
- 积分:1
-
opengl模拟太阳系
opengl模拟太阳系。各行星和太阳之间的运动关系。
- 2022-01-22 13:50:35下载
- 积分:1
-
一个opengl三维文字的例子
一个opengl三维文字的例子-A three-dimensional text opengl example
- 2022-07-10 00:02:52下载
- 积分:1
-
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状....
本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状.-this is the main source of a development environment based on opengl c code, the main formation in the shape of the door.
- 2022-05-15 17:56:22下载
- 积分:1
-
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!-Opengl graphic presentation of the portfolio, in the hope that everyone has to learn to help support the station!
- 2022-08-10 15:17:50下载
- 积分:1
-
MFC OPENGL make use of the routine use of OCTREE, explain how to use OCTEE shows...
使用MFC OPENGL 做的OCTREE 使用例程,讲明了如何用OCTEE显示裁剪的过程-MFC OPENGL make use of the routine use of OCTREE, explain how to use OCTEE shows the process of cutting
- 2023-05-19 20: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