-
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块...
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块-OPENGL developed using a small engine, including the graphics processing module, particle system module, input, audio module, UI module
- 2022-07-18 07:20:57下载
- 积分:1
-
vb中使用opengl
vb中使用opengl-Using opengl in VB.
- 2022-02-15 00:19:42下载
- 积分:1
-
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样-3D map, simulation Earth, the Earth will be automatically rotation, as viewed from space, like the Earth
- 2022-01-25 17:25:42下载
- 积分:1
-
OpenGL 参考手册
OpenGL 参考手册-OpenGL Reference Manual
- 2022-03-23 18:13:10下载
- 积分: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的3D赛车游戏
资源描述OpenGL 是一个 3D 图形 API (Application Programming
Interface,应用程序编程接口),英文全称“Open Graphics Library”,即开放的图形程序接口技术,它广泛的应用与数字化应用技术以及娱乐领域,它具有开放性的图形库,良好的可移植性,是跨平台的计算机工业标准应用程序接口,它主要应用于专业3D 图形设计领域。若能利用OpenGL营造出逼真的视听效果和具有模拟驾驶感觉的赛车系统,将能给玩家和车迷带来身临其境的感觉。
- 2022-08-15 03:14:03下载
- 积分:1
-
based on the Volume Rendering openinventor Demonstration Program
基于OpenInventor的体绘制演示程序-based on the Volume Rendering openinventor Demonstration Program
- 2023-06-16 16:55:04下载
- 积分:1
-
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习...
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习-Because we young, so we have some innovation and some are self-confident personality!!! However, we must have strong technical backing to do so we have to learn down-to-earth
- 2023-05-30 13:10:04下载
- 积分: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
-
Opengl画钟
在c++下用opengl画了个钟。用户输入小时,分钟数就能得到显示出该时间的钟的图形。
钟的图形包括圆形边框,小时刻度,分钟刻度和时针分针。
没有画秒针。
很简单的一个小程序,很适合初学者练手学习
- 2022-01-25 20:58:27下载
- 积分:1