-
基于OpenGL的3D赛车游戏
资源描述OpenGL 是一个 3D 图形 API (Application Programming
Interface,应用程序编程接口),英文全称“Open Graphics Library”,即开放的图形程序接口技术,它广泛的应用与数字化应用技术以及娱乐领域,它具有开放性的图形库,良好的可移植性,是跨平台的计算机工业标准应用程序接口,它主要应用于专业3D 图形设计领域。若能利用OpenGL营造出逼真的视听效果和具有模拟驾驶感觉的赛车系统,将能给玩家和车迷带来身临其境的感觉。
- 2022-08-15 03:14:03下载
- 积分:1
-
An openGL code for displaying fireworks , a tutorial
An openGL code for displaying fireworks , a tutorial-An openGL code for displaying fireworks , a tutorial
- 2022-01-25 23:45:25下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!-Use OpenGL drawing a framework for editing! Ah good use! Welcome to download!
- 2023-06-12 07:50:03下载
- 积分:1
-
这个程序是首先绘制出一个五边形,然后通过旋转等功能绘制出一圈五边形。...
这个程序是首先绘制出一个五边形,然后通过旋转等功能绘制出一圈五边形。-This procedure is first to draw a pentagon, and then through the rotating features such as a circle drawn pentagon.
- 2022-02-10 15:18:20下载
- 积分:1
-
图形图像编程mfc opengl
图形图像编程mfc opengl-graphics programming mfc opengl
- 2023-02-19 18:00:03下载
- 积分:1
-
对于在vc++环境下,对于三维模型骨架提取的各种算法的论文,对于3d骨架提取变成很有帮助,其中还有关于内窥镜技术的研究。
对于在vc++环境下,对于三维模型骨架提取的各种算法的论文,对于3d骨架提取变成很有帮助,其中还有关于内窥镜技术的研究。-For vc++ Environment, for the three-dimensional model skeleton extraction algorithm of the various papers, for the 3d skeleton extraction become useful, including studies on the endoscopic technique.
- 2022-08-08 23:12:25下载
- 积分:1
-
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。...
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。-Huarong game at VC++6.0 to use OpenGL implementation, implementation functions, that is, looks a bit simple.
- 2022-08-03 22:01:15下载
- 积分:1
-
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作...
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
- 2022-10-10 03:30:03下载
- 积分:1
-
skyline to do a basic three
skyline做的一个基本的三维城市。可以飞行,定位,距离测量-skyline to do a basic three-dimensional city. Can fly, positioning, distance measurement
- 2022-03-03 16:32:09下载
- 积分:1