-
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
-
this program is based on the opengl vc programming, through mouse to choose obje...
本程序是基于vc的opengl编程,通过鼠标选择物体,从而可以进行图像交互功能,有很好的参考价值。-this program is based on the opengl vc programming, through mouse to choose objects, which can image interactive function, a good reference value.
- 2022-05-15 18:11:44下载
- 积分:1
-
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能...
提供了在vc中使用opengl的通用配置和初始化功能,避免了每次使用opengl编程都要编写重复的配置功能-in providing vc use opengl generic configuration and initialization function, avoid using opengl programming must be prepared to repeat the role in the allocation
- 2023-07-29 04:25:03下载
- 积分:1
-
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。...
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。-Control of Shilin camera, specific operations can find their own way, the first to write VB, ability, Zhijiao.
- 2022-07-18 09:38:11下载
- 积分:1
-
扫描线填充
用OpenGL编写的扫描线填充的VC++多文档程序。实现了多边形,圆形等自绘图形的扫描线填充。有多种填充样式可以选择,可控制填充的颜色和画笔的颜色。
- 2022-01-31 02:42:22下载
- 积分:1
-
openGL 太阳 地球 光照代码
本代码适合学习OpenGL光照编程的同学们,描述了地球绕太阳旋转,在不同角度受到不同太阳光的动态过程。
- 2022-03-23 20:25:59下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2023-02-09 06:10:03下载
- 积分:1
-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-05-15 17:11:55下载
- 积分:1
-
OpenGL,实现摄像头捕捉的图象由opengl输出
OpenGL,实现摄像头捕捉的图象由opengl输出-OpenGL, achieving camera to capture the image output by opengl
- 2022-03-11 05:57:59下载
- 积分:1
-
OpenGL light examples source codes
OpenGL light examples source codes
- 2022-03-17 16:06:02下载
- 积分:1