-
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开发库支持。共有三个例子...
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子-use OpenGl achieve neon effect. Need to support the development of OpenGL. There are three examples
- 2022-02-09 20:16:26下载
- 积分:1
-
MFC与Opengl联合编程实现展点
使用C++语言,利用OpenGL在MFC下实现三维点云展示,并附有点云文本文件。
通过对点云坐标txt文本的读取,进行三维点云的展示,并包含移动缩放功能。
适合初级入门学习OpenGL的朋友。
- 2022-06-13 08:35:21下载
- 积分:1
-
模仿人的手臂的opengl3D程序,通过鼠标和键盘进行交互
模仿人的手臂的opengl3D程序,通过鼠标和键盘进行交互-imitate the arm opengl3D procedures, through mouse and keyboard interaction
- 2022-12-24 00:20:04下载
- 积分:1
-
室内场景漫游实例,还有碰撞检测这一功能,很不错的
室内场景漫游实例,还有碰撞检测这一功能,很不错的-Examples of indoor scenes roaming, as well as the collision detection function, it is good
- 2022-07-16 02:13:15下载
- 积分:1
-
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示...
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示-This is a heaven and earth on the OpenGL roaming procedure, Kexin use the keyboard to control the direction of the four background images display roaming
- 2022-02-06 09:01:58下载
- 积分:1
-
3d采用opengl编写贴纹理三围旋转
3d采用opengl编写贴纹理三围旋转-3d prepared using opengl affixed texture Body Rotation
- 2022-11-27 22:40:03下载
- 积分:1
-
扫描线填充
用OpenGL编写的扫描线填充的VC++多文档程序。实现了多边形,圆形等自绘图形的扫描线填充。有多种填充样式可以选择,可控制填充的颜色和画笔的颜色。
- 2022-01-31 02:42:22下载
- 积分:1
-
基于OpenGL和OpenCV的三维显示
这段代码是如何从disparity image获得点云数据(Point cloud)并利用OpenGL显示出来。 如果想使用代码,请确认OpenGL和opencv都安装在电脑中。我使用的是Visual Studio 2015
- 2023-07-31 06:45:06下载
- 积分:1
-
在添加了测试audiere食人的例子
奥迪埃附加测试中的食人魔示例
- 2022-04-23 05:07:06下载
- 积分:1