-
OpenGL演示之太阳、地球、月球的运转实例
OpenGL演示之太阳、地球、月球的运转实例
-OpenGL demo Zhi sun, the earth, moon examples of the operation.
- 2023-01-05 11:40:03下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap04_MyTemplate.rar
图像处理程序OpenGL编程Chap04_MyTemplate.rar-Image processing procedures for OpenGL programming Chap04_MyTemplate.rar
- 2022-01-26 02:38:47下载
- 积分:1
-
有了基础,那么尝试着提高吧!
有了基础,那么尝试着提高吧!-basis, then try to improve!
- 2022-01-26 02:38:37下载
- 积分:1
-
免费的opengl图形开发包,支持多种C++编译器
免费的opengl图形开发包,支持多种C++编译器-free opengl graphics development kits, support for multiple C compiler
- 2022-06-03 10:54:22下载
- 积分: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
-
Realize the use of dynamic light map shader effect, very cool!
使用shader实现动态光照图的效果,非常酷!-Realize the use of dynamic light map shader effect, very cool!
- 2022-03-05 23:50:12下载
- 积分:1
-
openGL超级宝典(第四版)及代码
电子书
openGL超级宝典(第四版)及代码
电子书-openGL Super Baodian (fourth edition) and the code book
- 2022-04-28 16:55:40下载
- 积分:1
-
vc++应用OpenGL技术实现动态雷达界面
vc++应用OpenGL技术实现动态雷达界面
- 2022-11-10 06:25:03下载
- 积分:1
-
Using Visual c++ Development opengl its way to the development of how to create...
用Visual c++开发opengl其本开发方法一如何创建窗口,初始化绘图设备,如何画图.-Using Visual c++ Development opengl its way to the development of how to create one window, initialize the drawing equipment, how to draw.
- 2022-06-27 16:53:46下载
- 积分:1