-
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。...
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。-Delphi environment to achieve particle system based on OpenGL, a fountain, Star, waterfalls and other natural landscape.
- 2022-08-02 10:40:55下载
- 积分:1
-
OpenGL domain collision effects demo
OPENGL入门之 碰撞效果演示-OpenGL domain collision effects demo
- 2022-03-23 03:15:50下载
- 积分: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
-
读取点云数据
可以读取文件的三维点云坐标,并且实现鼠标的三维空间转化。
鼠标中键 按住拖动 旋转
鼠标滚轮 旋转 缩放
鼠标中键 + Ctrl 按住拖动 平移
鼠标中键 + Shift 按住拖动 面旋
鼠标中键 + Ctrl + Shift 按住拖矩形框 矩形框内东西放大 局部放大
- 2022-07-11 19:31:37下载
- 积分:1
-
利用vc++和openGL开发的billboard效果的燃烧着的火焰。
利用vc++和openGL开发的billboard效果的燃烧着的火焰。
- 2022-05-13 12:16:00下载
- 积分:1
-
GL Opengl 开发库源码
GL Opengl 开发库源码-GL Opengl source development libraries
- 2022-07-19 11:09:25下载
- 积分:1
-
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 43rd Division, nehe the tutorial is very well known, is essential for beginners
- 2022-02-09 17:23:00下载
- 积分:1
-
opengl source code, implements a rope simulation, there are shadow effects
opengl源代码,实现了一条绳子的模拟,有阴影效果-opengl source code, implements a rope simulation, there are shadow effects
- 2023-05-09 01:45:04下载
- 积分:1
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理-This is the third example OPENGL, realize the mouse to make rotating objects and transparent treatment
- 2022-02-24 22:44:17下载
- 积分:1
-
opengl中的鼠标控制,鼠标左右键于ALT CTRL组合控制
opengl中的鼠标控制,鼠标左右键于ALT CTRL组合控制-opengl the mouse control, mouse or ALT CTRL keys in combination to control
- 2022-12-09 05:25:03下载
- 积分:1