-
OpenGL三维交通场景仿真
OpenGL 三维交通场景仿真,可以创建道路网和通过外部文件添加车辆
- 2023-03-10 00:25:03下载
- 积分:1
-
in Visual C 6.0 environment, the development of the OpenGL gyro movement simulat...
在Visual C++ 6.0环境下,利用OpenGL开发的陀螺运动的仿真,实现了陀螺的各种可能的运动,由于算法采用了四元素法,故对于各种可能的运动,不会出现极点。-in Visual C 6.0 environment, the development of the OpenGL gyro movement simulation, achieving a gyroscope possible campaign, is to use the four elements, and therefore every possible movement, no poles.
- 2022-03-09 10:27:17下载
- 积分:1
-
用OPENGL实现 一个球体围绕另外一个球体转动,并且根据行动的角度实现光照 色泽上的变化。...
用OPENGL实现 一个球体围绕另外一个球体转动,并且根据行动的角度实现光照 色泽上的变化。-use OpenGL a ball around another ball rotation, According to the Operations and the angle of illumination and color changes.
- 2022-11-27 09:55:03下载
- 积分:1
-
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例....
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例.-The document is prepared by the procedure c openGL the original code is primarily used for a demonstration platform based on a three-dimensional example of the spray.
- 2022-08-14 00:16:19下载
- 积分:1
-
一个3D游戏的原代码
一个3D游戏的原代码-a 3D game"s original code
- 2023-07-31 12:30:03下载
- 积分:1
-
a programme developed by opengl to simulate travelling the world
OPENGL 开发的天地漫游的程序 很好的例子 -a programme developed by opengl to simulate travelling the world
- 2022-01-26 02:10:02下载
- 积分:1
-
opengl 画球 内有递归细分
首先要声明的是如果想运行上面的程序,在你的计算机上必须装有GLUT开发工具,并要将GLUT的头文件和库文件添加到你开发环境的头文件和库文件的目录中,并且让编译器能找到GLUT的动态连接库,即GLUT32.DLL。具体请参见GLUT的安装方法……
- 2022-04-18 17:07:24下载
- 积分: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
-
3D 喷泉模拟
这是一个 3D 喷泉模拟和喷泉是三维立体的。在 opengl,实施了所有的算法和模拟的查看器为了看得清楚。
- 2023-03-03 07:25:12下载
- 积分:1
-
opengl 小房子
利用opengl制作小房子三维旋转,带有表面图像渲染,能够调整视角
- 2022-01-25 21:53:08下载
- 积分:1