-
vc6.0+opengl 环境下开发的简单的snock游戏程序源代码
vc6.0+opengl 环境下开发的简单的snock游戏程序源代码-vc6.0+ opengl environment developed a simple game snock source code
- 2022-04-20 07:25:58下载
- 积分:1
-
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
重要的事情说三遍
内含适合各种系统的代码
- 2022-02-10 08:38:56下载
- 积分:1
-
文字和图片的各种运动方式
文字和图片的各种运动方式-text and photos on the way campaigns
- 2022-02-07 16:12:34下载
- 积分:1
-
水波模拟。工具:OpenGL +过剩
水波纹的模拟。工具:Opengl+glut-ripple simulation. Tools : Opengl+ glut
- 2023-08-17 06:35:03下载
- 积分:1
-
粒子系统的一段水特效,大家可以一起来评价一下
粒子系统的一段水特效,大家可以一起来评价一下-Particle system special effects for some water, we can work together to assess the
- 2022-02-26 20:32:47下载
- 积分:1
-
读取dxf文件的c++代码
OPENGL读取DXF格式文件,并可以显示的C++源代码-OPENGL read DXF files and can display the C++ Source code
- 2022-05-17 00:17:06下载
- 积分:1
-
Lingkaran 3/4
这是简单的代码,使3/4圈。希望你喜欢它。我使用过此项目的转型模式,
- 2022-03-23 20:08:27下载
- 积分:1
-
用伟大的OPENGL实现飞机地形漫游.且可发射子弹等
用伟大的OPENGL实现飞机地形漫游.且可发射子弹等-OPENGL with the great achievement of the aircraft roaming the terrain. And bullets can be fired, etc.
- 2022-09-23 21:25:03下载
- 积分:1
-
使用c语言编写的一个关于计算机图形学的茶壶程序
使用c语言编写的一个关于计算机图形学的茶壶程序-Using the c language written in a teapot on the computer graphics program
- 2022-01-21 23:43:04下载
- 积分: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