-
一个OpenGL程序演示如何绘制一个球
An openGl proram shows how you can draw a sphere
- 2022-03-22 20:35:04下载
- 积分: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 graphical interface development process!
- 2022-01-25 22:01:11下载
- 积分:1
-
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用...
OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用-OpenGL Red Book of the 1.1 version of the Internet (including code) I put it into the chm format, user-friendly
- 2022-03-29 17:34:13下载
- 积分:1
-
哈哈..............................................
屏幕阅读器用户,点击这里关闭谷歌即时。
- 2022-02-28 14:04:57下载
- 积分:1
-
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪-an OpenGL-based animation do fish, the clicking of the mouse can create a ripple
- 2022-02-13 01:14:12下载
- 积分:1
-
use opengl write small programs
用opengl写的小程序-use opengl write small programs
- 2022-03-03 02:55:57下载
- 积分:1
-
虚拟现实作品
关于一个地球仪的三维空间模型
虚拟现实作品
关于一个地球仪的三维空间模型-Virtual reality works on a globe of the three-dimensional space model
- 2023-06-09 00:50:03下载
- 积分:1
-
opengl地图
一个用opengl实现的地图,可以展现贴图,纹理等等一些基本的opengl知识,适合初学者借鉴参考,代码比较完善,实现的函数比较详细,简单易懂。
- 2022-08-24 17:25:57下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 全屏幕.rar-OpenGL graphic example- full-screen. Rar
- 2022-01-25 18:07:50下载
- 积分:1