-
";详解OpenGL的坐标系、投影和几何变换…
“详解OpenGL的坐标系、投影和几何变换”。是我见过最好的关于OpenGL坐标平移和旋转,以及矩阵堆栈最好的教程。-"Comments on OpenGL coordinate system, projection and geometric transformation." It is the best I have seen on the OpenGL coordinates translation and rotation matrix stack and the best guide.
- 2023-04-02 10:05:03下载
- 积分:1
-
LOD编程实例,在程序中根据视点与目标之间的距离…
LOD编程实例,在程序中根据视点与对象的距离,以不同的网格来绘制球体。-LOD programming examples, in proceedings under View and the distance between objects, a different grid to map Spheres.
- 2022-07-22 05:19:32下载
- 积分:1
-
2.1参考OpenGL图形库OpenGL。
OpenGL 2.1 Reference.chm
OpenGL的函数库。-OpenGL 2.1 Reference.chm OpenGL library.
- 2022-06-16 08:31:00下载
- 积分:1
-
本程序将从3d max中导出的模型文件导入到OpenGL中,并设置了漫游程序。
本程序将从3d max中导出的模型文件导入到OpenGL中,并设置了漫游程序。-This procedure derived from 3d max model file into OpenGL, and set up a roaming procedure.
- 2022-03-30 16:21:49下载
- 积分:1
-
画阴阳图
画阴阳图-Yin and Yang Figure Painting
- 2023-07-20 12:55:03下载
- 积分: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 示例程序
基于VC6.0++和OpenGl 编写的 3D图形显示例程序,帮助初学者体会OPENGL学习!工程完整,可调试运行!
- 2023-09-04 23:10:03下载
- 积分:1
-
这是VISUAL C++ CAD应用程序开发技术一书的随书光盘源代码,里面讲解了几何造型的应用和提供了大量造型库
这是VISUAL C++ CAD应用程序开发技术一书的随书光盘源代码,里面讲解了几何造型的应用和提供了大量造型库-VISUAL C CAD technology application development with a book on CD-ROM source code, on the inside of the geometric modeling applications and provide a lot of modeling library
- 2022-07-10 00:55:39下载
- 积分:1
-
OpenGL画廊
一个可以变成迷宫的,也可以变成画廊的3D程序,用opengl库,c语言,用vc++可以打开,其中使用了贴图技术,可以实现场景漫游,添加了音乐,在gallery矩阵中修改0,1参数可以修改场景的布局修改,可以据此变成其他形式的3d程序,非常适合初学OpenGL的人学习参考。
- 2022-03-20 16:13:40下载
- 积分:1
-
使用键盘在三维空间中的运动
Movement of a cube using a Keyboard in 3D-Movement of a cube using a Keyboard in 3D.......
- 2022-07-02 07:32:10下载
- 积分:1