-
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小车模型源码,适合新手学习,代码 通俗易懂
- 2022-08-10 06:40:14下载
- 积分:1
-
OPENGL in VC++ In line two
OPENGL在VC++中的二维的图行转化成三维的图像,并且已经上色,带有旋转-OPENGL in VC++ In line two-dimensional map into three-dimensional images, and have been painted with a rotating
- 2022-10-26 15:20:03下载
- 积分:1
-
这是一个openGL的机器人行走转圈的演示程序.有详细注释.
这是一个openGL的机器人行走转圈的演示程序.有详细注释.-This is a openGL walking robot moved around the demonstration program. Notes detail.
- 2022-08-26 12:28:40下载
- 积分:1
-
老外的粒子引擎,支持OPENGL,迷你型的粒子引擎。是初学者了解粒子引擎的最佳的开源代码工程。...
老外的粒子引擎,支持OPENGL,迷你型的粒子引擎。是初学者了解粒子引擎的最佳的开源代码工程。
- 2022-01-26 07:31:27下载
- 积分:1
-
OPENGL library used in C++ bad habitats developed under the graphic image used.
OPENGL库,用来在C++坏境下开发图形图像用。-OPENGL library used in C++ bad habitats developed under the graphic image used.
- 2022-11-11 13:30:03下载
- 积分:1
-
在VC平台上编写的简单OpenGL小例程,绘制了一个可以旋转及延Z轴方向运动的立方体...
在VC平台上编写的简单OpenGL小例程,绘制了一个可以旋转及延Z轴方向运动的立方体-In the VC platform OpenGL write a simple little routine, drawing can be rotated and the extension of a Z-axis movement of the cube
- 2022-03-16 04:51:33下载
- 积分:1
-
E: image
E:图像处理程序OpenGL编程Chap07_Maze.rar-E: image-processing procedures OpenGL Programming Chap07_Maze.rar
- 2023-02-04 11:10:04下载
- 积分:1
-
This is a 3d modeling plus examples of texture mapping, but also rotate, opengl...
这是一个3d建摸加纹理映射的例子,同时还有旋转,对学习opengl非常有帮助-This is a 3d modeling plus examples of texture mapping, but also rotate, opengl learning very helpful
- 2023-05-31 10:55:03下载
- 积分:1
-
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。...
在opengl下用贴图的方式绘制菜单项,虽然纹理数据是从文件中读取的,但也可跟着他的方法自己对纹理进行贴图。-in opengl under way with textures mapping menu items, although the texture data is read from the document, However, it can be with his own method of texture mapping.
- 2022-06-15 08:50:08下载
- 积分:1