-
Print Preview opengl an example of procedures, by calling the method shows that...
opengl打印预览的一个实例程序,通过调用方法实现显示界面的快速打印-Print Preview opengl an example of procedures, by calling the method shows that the rapid printing interface
- 2022-02-25 18:08:27下载
- 积分:1
-
图形识别系统,支持windows以及linux系统,是好东西啊,对学习图形编程很有帮助...
图形识别系统,支持windows以及linux系统,是好东西啊,对学习图形编程很有帮助-pattern recognition system, support windows and linux system is something good ah, to learn graphical programming helpful
- 2022-05-28 08:16:11下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
物流模拟软件(opengl)
对现实进行简单抽象,使用floyd算法和蚁群算法相结合对单仓库多配送目标的配送路线进行计算最短时间和最短路程,采用opengl绘制三维场景及车辆,模拟车辆运行,实现三维的物流配送模拟
- 2022-09-13 21:40:04下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 圆环-OpenGL graphic example- Ring
- 2022-08-13 09:10:53下载
- 积分:1
-
纹理映射,包括纹理贴图,纹理滤波,纹理的凹凸映射等等。纹理采用各种贴图,各种滤波方式
纹理映射,包括纹理贴图,纹理滤波,纹理的凹凸映射等等。纹理采用各种贴图,各种滤波方式-Texture mapping, including texture mapping, texture filtering, texture bump mapping and so on. Texture using a variety of textures, a variety of filtering methods
- 2022-02-06 13:31:21下载
- 积分:1
-
OpenGL的三维系统的一个很好的电子书
opengl 3d system a good ebook
- 2022-01-28 16:22:07下载
- 积分:1
-
OPenGL超级宝典的源代码,很好,适合初学者。1――5课
OPenGL超级宝典的源代码,很好,适合初学者。1――5课-OpenGL source code, good for beginners. 1-- 5 classes
- 2022-03-12 08:10:31下载
- 积分:1
-
opengl编程指南(红宝书),外加源代码,html格式,方便浏览
opengl编程指南(红宝书),外加源代码,html格式,方便浏览-opengl Programming Guide (Red Book), plus the source code, html format, to facilitate access by
- 2022-03-22 14:52:33下载
- 积分:1
-
opengl八叉树场景组织。
场景组织的有效方法,简单易行,可以快速的排除无须显示的对象...
opengl八叉树场景组织。
场景组织的有效方法,简单易行,可以快速的排除无须显示的对象-opengl Octree scene organizations. Scenes of effective method is simple, rapid exclusion can not show the object
- 2023-01-09 09:35:03下载
- 积分:1