-
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 entry classic! Very detailed description of the preferred beginners, but also a reference for other professionals!
- 2022-02-12 12:15:48下载
- 积分:1
-
本代码通过对OpenGL库的引用实现了一带纹理的茶壶绕水平中心线旋转的动画。...
本代码通过对OpenGL库的引用实现了一带纹理的茶壶绕水平中心线旋转的动画。-The code adopted by reference to the OpenGL library to achieve the texture of the pot along the centerline of rotation around the level of animation.
- 2022-03-30 07:50:53下载
- 积分:1
-
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节...
一个互动机械臂的OpenGL code,Visual C++.
s键转动第一个关节,e键转动第二个关节,w键转动第三个关节-an interactive manipulator OpenGL code, Visual C. Key Moment"s first joint, e Key Moment of the second joints, w Key Moment of the third joints
- 2023-08-29 08:00:05下载
- 积分:1
-
opengl的MFC框架,基于单文档的,供初学者使用
opengl的MFC框架,基于单文档的,供初学者使用-opengl the MFC framework, based on single document, for beginners to use
- 2022-02-03 17:59:10下载
- 积分:1
-
Delphi系统采用OpenGL演示旋转的地球。
Delphi system which using OpenGL that demonstrating rotating Earth.
- 2022-01-25 19:06:40下载
- 积分:1
-
OpenGL templates40 examples source codes
OpenGL templates40 examples source codes
- 2022-03-26 00:32:33下载
- 积分:1
-
VB中OpenGL显示地球
VB中用Opengl画地球VB工程,OPENGL的初始化,OpenGL VB函数包;
- 2023-04-15 08:30:04下载
- 积分:1
-
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!...
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!-use opengl prepared by a simple color change of cube, can rotate function, Debugging already!
- 2022-07-05 09:35:39下载
- 积分:1
-
OpenGL的简单扩展库源
OpenGL easy extention library with source
- 2022-04-15 02:54:23下载
- 积分:1