-
本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制...
本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制-this process is simulated outbreak of the fountain, including particle formation, particle movement, the death particles, particle rendering and scene rendering
- 2022-04-24 02:38:19下载
- 积分:1
-
image gggggggggggggggggggggggggggggggg
此代码具有orl数据库中图像的图像处理代码
- 2023-02-01 04:15:03下载
- 积分:1
-
用OPENGL读取MS3D文件和JPEG材质
资源描述-Using OPENGL read MS3D files and JPEG Materia, 使用OPENGL读取MS3D文件,包括程序,可运行文件,MS3D模型文件,相应的BMP图片。
- 2022-04-18 22:56:38下载
- 积分:1
-
Opengl超级宝典
Opengl超级宝典-Opengl book
- 2022-02-16 02:37:11下载
- 积分:1
-
主要用于C++调用Opengl时的碰撞检测,内容很好,稍加修改便可以制作自己的虚拟场景...
主要用于C++调用Opengl时的碰撞检测,内容很好,稍加修改便可以制作自己的虚拟场景-Mainly used for C++ Call opengl at the time of collision detection, content very good, a little modification will be able to create their own virtual scene
- 2022-02-21 22:37:44下载
- 积分:1
-
meshlib是多边形网格创建、编辑和模型库。meshlib已…
MeshLib is our polygon mesh creation, editing and modeling library. MeshLib has been used in all our mesh modeling plug-ins for various CAD systems as well as standalone applications.
- 2022-05-15 23:45:54下载
- 积分:1
-
quake3 bsp collision 3
quake3 bsp collision 3
- 2022-01-25 20:28:00下载
- 积分:1
-
This is in conjunction with opengl wrote a ray
这个是在结合opengl中写的一个光线跟踪的程序,可以自己改变观察的视点位置,然后进行渲染图片,我花了很久才写完的 哦-This is in conjunction with opengl wrote a ray-tracing procedure, can change the location of observation point of view, and then proceed to play up the picture, I have spent a long time before writing the Oh
- 2023-08-23 15:45:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL 斯坦福兔子
资源描述图形学作业,mfc多文档使用OpenGL,读取ply文件生成斯坦福兔子,可旋转平移缩放
- 2022-02-14 02:25:21下载
- 积分:1