-
simulated solar physics movement and the achievement of texture, movement contro...
此程序了模拟太阳九大行星运动并实现了纹理,控制运动等操作-simulated solar physics movement and the achievement of texture, movement control operation
- 2022-03-30 05:39:06下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-06-28 07:38:31下载
- 积分:1
-
opengl实现的三维场景漫游
在vc环境下用opengl实现的一个三维漫游,场景中包括地面,一个立方体,一个四面体,键盘控制漫游,以及立方体和四面体各自在每个方向上的旋转。。
- 2022-08-16 06:26:52下载
- 积分:1
-
OPENGL基础模板 有光照,转置,投影等基本操作,对刚学习OPENGL有帮助...
OPENGL基础模板 有光照,转置,投影等基本操作,对刚学习OPENGL有帮助-OpenGL based templates are light, turn home, the basic operation of the projector, just learning to help OpenGL
- 2023-05-30 22:20:02下载
- 积分:1
-
做的烟花效果,以供openGL的爱好者学习之用!
做的烟花效果,以供openGL的爱好者学习之用!-do fireworks effect for openGL lovers with learning!
- 2022-06-26 12:31:38下载
- 积分:1
-
OpenGLMT算法源代码,基于VC++6.0的开发平台。
OpenGLMT算法源代码,基于VC++6.0的开发平台。-OpenGLMT algorithm source code, based on VC++ 6.0 development platform.
- 2023-07-11 18:40:03下载
- 积分:1
-
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示...
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示-with vc and borders to achieve the anti-aliasing procedures, the use of two mobile objects to demonstration
- 2023-04-12 15:50:04下载
- 积分:1
-
Use the mouse to pick up procedures opengGL realize functions, to pick up the ba...
用鼠标实现opengGL程序的拾取功能,对球进行拾取,并有提示信息-Use the mouse to pick up procedures opengGL realize functions, to pick up the ball and has a message
- 2022-02-15 19:13:51下载
- 积分: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
-
虚拟现实,VC++实现。厦门大学海韵园区教学楼的简单三维模型
厦门大学海韵园区教学楼的简单三维模型,opengl-Teaching Building, Xiamen University, Rhine Park, a simple three-dimensional model, opengl
- 2022-02-26 13:34:52下载
- 积分:1