-
用opengl显示材质贴图
用opengl显示材质贴图-use opengl show material textures
- 2022-10-06 22:30:03下载
- 积分:1
-
学OpenGL的电子文档第2章(入门用的)
学OpenGL的电子文档第2章(入门用的)-school OpenGL electronic files Chapter 2 (the entry)
- 2022-10-14 08:05:03下载
- 积分:1
-
opengl导弹模拟系统VC程序
opengl导弹模拟系统VC程序-opengl missile simulation system VC procedure
- 2022-03-22 12:29:08下载
- 积分:1
-
OpenGL light examples source codes
OpenGL light examples source codes
- 2022-03-17 16:06:02下载
- 积分:1
-
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!-VC write a poinsettia OPEN GL Star will be able to control, for the SDK, for beginners to learn, we can try to download!
- 2022-10-17 08:15:03下载
- 积分:1
-
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。-This is a terrorist war game
- 2022-07-21 18:57:50下载
- 积分:1
-
VC++下OpenGL图形基本框架
在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.
- 2022-07-03 06:18:28下载
- 积分:1
-
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。...
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。-Computer Graphics on the guidance of the pilot, which from the very basic algorithm to advanced algorithms, as well as on the use of both opengl.
- 2022-07-15 06:36:32下载
- 积分: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
-
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。...
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。-In MFC, the use of OpenGL to achieve a process of collapse of a dam on the border, as well as a physical barrier definition.
- 2022-02-12 00:15:12下载
- 积分:1