-
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,VC++代码能够实现摄像机漫游,具体请看演示程序
opengl,VC++代码能够实现摄像机漫游,具体请看演示程序-opengl, VC++ code to realize the camera roaming, see the specific demo program
- 2022-10-06 12:55:03下载
- 积分:1
-
一个MFC建立使用OpenGL的模板,VC6可以建立这个项目
一个MFC建立的使用OpenGL的模板,可以在VC6中建立以此项目为基础的项目生成向导,在此基础上方便地使用OpenGL,免去配置OpenGL库的麻烦-an MFC to establish the use OpenGL template, VC6 can build this project-based projects generated guides, Based on this convenient to use OpenGL, OpenGL configuration removed from the troubles
- 2023-03-15 09:20:03下载
- 积分:1
-
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深...
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深-" Computer Graphics" in the code, including a variety of basic transformations and geometric realization of progressive approach to
- 2023-04-26 03:55:03下载
- 积分:1
-
一个opengl三维文字的例子
一个opengl三维文字的例子-A three-dimensional text opengl example
- 2022-07-10 00:02:52下载
- 积分:1
-
OPENgl mapping using Multi
利用OPENgl绘制多视图-OPENgl mapping using Multi-View
- 2023-07-05 13:10:03下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
一个点和 4 线之间最短的距离
源代码,计算一个点和一段,我之间的距离正在使用 Opengl。
- 2022-09-12 22:30:03下载
- 积分:1
-
使用opengl绘制一个茶壶,可以旋转,拖拽,变换纹理
使用opengl绘制一个茶壶,可以旋转,拖拽,变换纹理-draw a teapot using opengl, you can rotate, change the texture
- 2023-04-09 12:45:03下载
- 积分:1
-
简单的2d动画 及其移动
实现了简单的2d动画效果 加上摄像机的漫游效果
- 2022-05-20 22:09:25下载
- 积分:1