-
虚拟现实技术――vegaPrime1.2中文教程
虚拟现实技术――vegaPrime1.2中文教程-Virtual Reality Technology- vegaPrime1 .2 English Tutorial
- 2022-06-16 22:18:48下载
- 积分:1
-
opengl游戏编程 书中的实例代码的第二章
opengl游戏编程 书中的实例代码的第二章-opengl game programming book, the second chapter of the code examples
- 2022-03-26 05:02:18下载
- 积分:1
-
Simple OpenGL Classes GLSrc.zip
Simple OpenGL Classes GLSrc.zip
- 2023-01-09 21:10:04下载
- 积分:1
-
chinege game too easy to play
chinege game too easy to play
- 2022-01-26 01:09:30下载
- 积分:1
-
OpenGL三的火焰效果,可以控制强度和火焰的位置,…
OpenGL 实现的三种火焰效果,可以控制火焰强度及位置,含C++源码。-OpenGL three flame effect, can control the intensity and location of the flame, with C source code.
- 2023-06-01 06:55:03下载
- 积分:1
-
单视窗下的OPENGL,很多书籍都是在控制台下的OPENGL编程,而在单视窗下的编程可以再添加更多的功能控件,可以为大型OPENGL搭建平台...
单视窗下的OPENGL,很多书籍都是在控制台下的OPENGL编程,而在单视窗下的编程可以再添加更多的功能控件,可以为大型OPENGL搭建平台-single window of OpenGL, many books are in the console under the OpenGL programming, in a single programming under Windows can add more features controls for large structures platform OpenGL
- 2022-03-06 19:13:58下载
- 积分:1
-
在VC++中,openGL帮助文件,是个很好的文件,值得大家都来从中受到帮助。...
在VC++中,openGL帮助文件,是个很好的文件,值得大家都来从中受到帮助。-In VC++ In, openGL Help file, it is a very good document, it is worth everyone to learn by helping.
- 2022-03-29 02:59:33下载
- 积分:1
-
robotics three arm manipulato
#包括;
- 2022-01-27 09:33:32下载
- 积分:1
-
FBO封装了一个比较好的FBO的类。需要显卡的支持
FBO封装了一个比较好的FBO的类。需要显卡的支持-FBO Packaging, a relatively good FBO class. Need graphics support
- 2022-03-19 23:50:44下载
- 积分: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