-
opengl 编程的基本框架之二,送给出学opengl得人
opengl 编程的基本框架之二,送给出学opengl得人-opengl programming the basic framework of two, gave up the right people learn opengl
- 2023-03-09 14:45:03下载
- 积分:1
-
Opengl/glut.h Viscal C++
Opengl/glut.h Viscal C-Opengl/glut.h Viscal C++
- 2022-07-18 14:44:59下载
- 积分:1
-
Windows下的Opengl的一个四元数摄像机类库。
Windows下的Opengl的一个四元数摄像机类库。-the Windows Opengl of a quaternion cameras library.
- 2022-05-25 04:08:15下载
- 积分:1
-
在VC++中使用一个水波荡漾的效果OpenGL实现,全
在vc++中用opengl实现了水波荡漾的效果,以全屏方式现实,可以控制水波的变化-in vc++ using opengl realization of a wave rippling effects, full-screen mode reality. can control the wave of change
- 2022-05-11 02:32:52下载
- 积分:1
-
实现opengl三维坐标的绘制和任意旋转
实现opengl三维坐标的绘制和任意旋转-Opengl realize three-dimensional coordinates of the mapping and arbitrary rotation
- 2022-07-13 19:55:24下载
- 积分:1
-
MFC和OPENGL 结合的例子,使用GLUT。
MFC和OPENGL 结合的例子,使用GLUT。-MFC and OPENGL with examples of the use of GLUT.
- 2023-04-04 08:50:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
利用openGL绘制长方体,并可以对此进行大小颜色和旋转方面的修改...
利用openGL绘制长方体,并可以对此进行大小颜色和旋转方面的修改-Cuboid using openGL rendering and can be the size of this color and rotation Revisions
- 2022-03-07 19:33:01下载
- 积分:1
-
OpenGL代码
OpenGL为程序员提供了一个图形硬件接口。他是一个功能强大的,支持底层绘制和造型能力的软件图形函数库,适用于所有的主流操作系统平台,有着广泛的硬件支持。
- 2022-08-24 15:44:37下载
- 积分:1
-
OpenGL samples
openGl 例 源自OpenGL 应用程序开发。-OpenGL samples-3
- 2022-02-13 22:20:13下载
- 积分:1