-
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
-
光线跟踪软件包
光线跟踪软件包 这个不用多说,绝对是个好东西。里面代码多多,可供参考
- 2022-11-06 01:55:07下载
- 积分:1
-
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习...
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习-In MFC single document written under the texture mapping opengl example, suitable for beginners to learn opengl
- 2023-06-04 05:30:03下载
- 积分: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 3dsGL which types of data into documents
opengl中3dsGL类型文件数据的导入-opengl 3dsGL which types of data into documents
- 2023-08-28 22:15:02下载
- 积分:1
-
林海雪原 一个用Opengl 加VC 编写的3d游戏
集合了声音等一些功能 ,与CS差不多...
林海雪原 一个用Opengl 加VC 编写的3d游戏
集合了声音等一些功能 ,与CS差不多-Opengl林海雪原an increase in VC with the preparation of the 3d game brings together the voices of some functions, and CS almost
- 2022-03-25 18:42:48下载
- 积分:1
-
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl-procedures, simulating the ink on the paper, the proliferation opengl
- 2023-06-25 10:30:03下载
- 积分:1
-
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。...
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
- 2022-08-10 19:34:44下载
- 积分:1
-
直线裁剪算法实现
Cohen-Sutherland直线裁剪算法实现
- 2022-09-23 18:25:03下载
- 积分:1
-
一组使得OpenGL软件开发变得简单的类!openGL环境的设置,
一组使得OpenGL软件开发变得简单的类!openGL环境的设置,-a group makes OpenGL software development becomes simple categories! Open GL environment settings, etc.
- 2022-08-14 01:21:09下载
- 积分:1