-
opengl简单的入门例子,初学者的入门例子
opengl简单的入门例子,初学者的入门例子-Introduction to simple opengl example, the entry examples for beginners
- 2022-02-06 05:24:09下载
- 积分:1
-
opengl多文档应用实例
opengl多文档应用实例-opengl Multi- Document Application
- 2023-03-30 17:05:04下载
- 积分:1
-
时间可以帮朋友研究虚拟现实学习的例子包括一个框架…
时间 可帮助出学习虚拟现实的朋友 学习的例子 包括了框架 基本操作
-Time can help a friend study virtual reality learning examples include a framework for basic operation
- 2022-02-21 22:47:30下载
- 积分:1
-
一个基于OPENGL技术创建立体模型的实例
一个基于OPENGL技术创建立体模型的实例- Founds the three-dimensional model based on the OPENGL
technology the example
- 2023-03-20 11:35:03下载
- 积分:1
-
opengl sdk文档
opengl sdk文档-opengl sdk Documents
- 2022-05-23 23:13:06下载
- 积分:1
-
OpenGL基本字母
Basic Alphabet OpenGL
- 2022-01-30 12:44:55下载
- 积分:1
-
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体...
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
- 2022-10-29 21:15:03下载
- 积分:1
-
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, use the method of randomly generated three
OpenGL中,使用随机生成地形的方法进行三维地形的模拟,-OpenGL, use the method of randomly generated three-dimensional terrain topography simulation,
- 2022-11-26 02:10:03下载
- 积分:1
-
the VC OpenGL graphics development of the program's source code
有关OPENGL的VC++开发的图形处理程序的源代码-the VC OpenGL graphics development of the program"s source code
- 2022-01-31 10:31:51下载
- 积分:1