-
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实现三维可是话,里面包括纹理坐标、投影等等代码,利用#include
#include
#include
#include
- 2022-04-22 06:23:17下载
- 积分:1
-
opengl入门的例子,希望对初学者有用
opengl入门的例子,希望对初学者有用-Examples of entry-opengl, I hope useful for beginners
- 2022-05-17 17:12:29下载
- 积分:1
-
opengl函数查询,是学习opengl必备的工具
opengl函数查询,是学习opengl必备的工具-opengl function query is an essential tool for learning opengl
- 2022-05-25 03:52:56下载
- 积分:1
-
SDL程序,需要SDL的库。可以作为SDL初学者入门。
SDL程序,需要SDL的库。可以作为SDL初学者入门。-SDL procedures, the need to SDL library. SDL can be used as entry for beginners.
- 2023-04-16 00:55:04下载
- 积分:1
-
在VC++中,openGL帮助文件,是个很好的文件,值得大家都来从中受到帮助。...
在VC++中,openGL帮助文件,是个很好的文件,值得大家都来从中受到帮助。-In VC++ In, openGL Help file, it is a very good document, it is worth everyone to learn by helping.
- 2022-03-29 02:59:33下载
- 积分:1
-
图形学的简单变动程序
图形学的简单变动程序-graphics simple changes in procedures
- 2022-02-15 14:14:23下载
- 积分:1
-
OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, includin...
OPENGL与Visual Basic 6 联合实现的木星旋转实例,包括光源调节、Texture定义等-OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, including the light source adjustment, Texture definition
- 2022-10-31 19:45:02下载
- 积分:1
-
This is done using Opengl an animation presentation, helpful for beginners
这是用Opengl做的一个 动画效果演示,对初学者很有帮助-This is done using Opengl an animation presentation, helpful for beginners
- 2022-01-26 01:00:29下载
- 积分:1
-
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By...
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking on the rotating spheres you can make them disappear. The reset button will return everything back to the default setup.-A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking o n the rotating spheres you can make them disappe ar. The reset button will return everything BAC k to the default setup.
- 2022-07-19 05:40:27下载
- 积分:1