-
如何开发OPENGL程序的基本方法之五,如何加入二维纹理的多边形....
如何开发OPENGL程序的基本方法之五,如何加入二维纹理的多边形.-OPENGL procedures how to develop the five basic methods, how to join the two-dimensional texture of the polygon.
- 2022-03-22 05:39:14下载
- 积分:1
-
外形设计与游戏动画的原理与方法的
OpenGL文件
外形设计与游戏动画的原理与方法的
OpenGL文件
-Animation and game design principle and method of the OpenGL files
- 2022-03-31 14:06:47下载
- 积分:1
-
VC++6.0中用OpenGL实现建筑物虚拟漫游资料。
VC++6.0中用OpenGL实现建筑物虚拟漫游资料。 -VC++6.0 using OpenGL to achieve building a virtual roaming information. VC++6.0 using OpenGL to achieve building a virtual roaming information.
- 2022-02-14 08:44:12下载
- 积分:1
-
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中...
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中-I prepared a three-dimensional Opengl operating procedures, Opengl has also packaged into the proceedings
- 2022-03-19 19:46:49下载
- 积分: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函数,并绘制一个简单的场景
在黑色背景中渲染一个白色矩形,使用GLUT。
- 2023-07-11 16:35:04下载
- 积分:1
-
OpenGL编程指南
The OpenGL Programming Guide - The Redbook
-The OpenGL Programming Guide- The Redbook
- 2022-03-03 17:39:32下载
- 积分:1
-
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下...
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下-Opengl realize the use of a simple three-dimensional scenes, and the zoom feature to achieve rotation. Texture picture to be with the executable file on the same folder
- 2022-07-13 18:39:36下载
- 积分:1
-
GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用
GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用-GLUT 3.7 beta source distribution source classification (Unix tar format) Unix by
- 2022-08-06 16:05:20下载
- 积分:1
-
使用glu建模
使用opengl进行建模。glut提供的九种实例对象,进行建模,可使用菜单进行选择,方便简单。可以选择线框图及填充图效果
- 2022-08-24 09:34:09下载
- 积分:1