-
hola glu opengl library
hola glu opengl library
- 2022-03-17 12:07:20下载
- 积分:1
-
OPENGL在VC++中的图像上色好的旋转
OPENGL在VC++中的图像上色好的旋转-OPENGL in VC++ Good color image rotation
- 2022-02-28 23:13:56下载
- 积分:1
-
opengl绘图和相应的操作源代码
opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
- 2022-03-28 23:37:27下载
- 积分: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超强文档集合,教程,地形生成,等等。巨好,巨多-opengl super collection of documents, tutorials, terrain generation, and so on. Macrophages, and giant multi-
- 2022-02-05 21:55:33下载
- 积分:1
-
OpenGL teaching, 3D graphics rendering
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2022-03-20 20:25:19下载
- 积分:1
-
一个3D地图编辑器. 可以进行卡通勾边渲染
一个3D地图编辑器. 可以进行卡通勾边渲染-A 3D map editor.勾边can be a cartoon rendering
- 2022-05-24 19:09:49下载
- 积分:1
-
OpenGL扩展的应用技术
OpenGL扩展的应用技术-OpenGL application technology expansion
- 2022-03-12 23:27:33下载
- 积分:1
-
这是OpenGL开发利用三
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2022-11-29 20:40:03下载
- 积分:1
-
with OpenGL draw a three
用OpenGL绘制一个三维四方形,并可以用鼠标控制四方形的旋转
- 2022-03-16 17:20:44下载
- 积分:1