-
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材...
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材-learning portal of the classic guide, specifically on the OpenGL basic knowledge, including the library, the use of color, texture, etc., is a rare material! !
- 2022-05-06 14:49:00下载
- 积分:1
-
如何删除地址栏中的输入的值
想要删除它自动在 url 栏中的输入的值。
如何更改,同时在框中要更改此 url 栏上单击
- 2023-07-08 11:55:02下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第7章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第7章
- 2022-02-26 06:24:20下载
- 积分:1
-
nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了...
nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了-a good example to learn openGL included in nehe`s classical tutorial,you can construct your program frame with it easilly
- 2022-09-25 15:10:03下载
- 积分:1
-
立方体沿轴X,Y,Z旋转,但没有对代码作出注释,不过大家应该能看得懂...
立方体沿轴X,Y,Z旋转,但没有对代码作出注释,不过大家应该能看得懂-cube along the axis X, Y and Z rotation, but no right to make Notes code, but we should be able to be able to read! !
- 2022-02-20 03:08:40下载
- 积分:1
-
这是Nehe的对话框的OpenGL代码演示
这是Nehe的对话框的OpenGL代码演示-This is the dialog Nehe OpenGL demo code
- 2022-07-25 22:04:31下载
- 积分: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
-
use opengl and vc write demonstration seawater example, the dynamic effects
用opengl和vc++写的演示海水的例子,有动态效果
-use opengl and vc write demonstration seawater example, the dynamic effects
- 2022-03-16 11:57:43下载
- 积分:1
-
openglMFC播放器
用mfc框架实现的OpenGL播放器
- 2022-02-04 00:47:30下载
- 积分:1
-
vs2010下opengl打开ply
visual studio2010下加载opengl库之后,可以打开.ply的图像mesh文件,代码清晰易懂,有例子。
- 2022-11-01 19:50:04下载
- 积分:1