-
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编写的彩色立方体
用OpenGL编写的彩色立方体-prepared with OpenGL color cube
- 2022-03-23 11:53:48下载
- 积分:1
-
用MFC写的OpenGL控件(46KB)
用MFC写的OpenGL控件(46KB)-with MFC write OpenGL control (File)
- 2023-03-31 22:55:04下载
- 积分:1
-
OpenGL教学,三维图形绘制
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2022-02-07 02:39:50下载
- 积分:1
-
简单的五边图形程序
简单的五边图形程序-simple five-sided graphics program
- 2022-05-21 20:00:25下载
- 积分:1
-
opengl人体动画设计
这是一个关于opengl的应用程序,基于MFC程序框架 ,用opengl设计人体动画,喜欢opengl的朋友可以看看,很有趣的,学习opengl的朋友也可以看看
- 2022-01-28 11:34:26下载
- 积分:1
-
水波模拟,OPENGL的粒子程序,效果逼真!
水波模拟,OPENGL的粒子程序,效果逼真!-wave simulation, OpenGL particles procedures, lifelike!
- 2022-04-07 03:46:10下载
- 积分:1
-
GNU三维曲面操作库,具有良好的函数界面,可以方便地处理三维曲面,进行简单而高效的布尔计算...
GNU三维曲面操作库,具有良好的函数界面,可以方便地处理三维曲面,进行简单而高效的布尔计算-Operation of three-dimensional surface GNU Library, with good function of interface, can easily handle three-dimensional surface, a simple and efficient Boolean calculation
- 2023-08-31 15:35:03下载
- 积分:1
-
mixed use OpenGL technology to create artistic effects of the source
OpenGL中使用混合技术创造艺术效果的源程序-mixed use OpenGL technology to create artistic effects of the source
- 2023-01-03 10:45:03下载
- 积分:1
-
VC6.0 used to create a Bezier curve drawing, the initial application
使用VC6.0创建一个绘制Bezier曲线的工程,初级应用-VC6.0 used to create a Bezier curve drawing, the initial application
- 2022-01-24 09:58:21下载
- 积分:1