-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1
-
封闭多边形影线填充openGL
资源描述先输入多边形的点数,再在弹出窗口中点击鼠标左键,每点一次左键,就显示出该点,并在原窗口中记录下该点的坐标。当点到相应数目时,再在原窗口中输入影线的倾角斜率、间距,则弹出窗口中会自动画出封闭多边形并自动填充。在弹出窗口中点击鼠标右键刷新。
本算法类似于扫描线填充算法。
- 2022-01-28 14:02:28下载
- 积分:1
-
这是一个OpenGL教程,简单的讲解对话框的使用和球的绘制
这是一个OpenGL教程,简单的讲解对话框的使用和球的绘制-This is an OpenGL tutorial, a simple dialog box to explain the use and the ball drawn
- 2023-04-22 07:55:02下载
- 积分:1
-
计算机图形学 3D 汽车 OPENGL旋转
计算机图形学 3D 汽车 OPENGL旋转-computer graphics auto OpenGL 3D rotation
- 2022-04-25 14:36:01下载
- 积分:1
-
opengl渲染地球的程序
本程序为用基本opengl渲染地球,光照已写好,但地球表面还没有贴纹理,可贴上地球的纹理。
- 2022-03-03 20:09:01下载
- 积分:1
-
OpenGL
基于OpenGL三维图形显示中的向量类的封装,可以方便定义其对象,实现便捷的三维图形绘制,供研究开发人员使用。 -OpenGL-based three-dimensional graphical display of the vector type of package, you can easily define the objects, the realization of three-dimensional graphics rendering and convenient for the research and development personnel.
- 2023-09-03 04:20:03下载
- 积分:1
-
MD3 documents printed.
MD3文件的载入。-MD3 documents printed.
- 2023-05-09 08:40:03下载
- 积分:1
-
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型...
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型-Can read and display the obj model, can be used around the top and bottom of the keyboard keys at random spin model, and provide two obj3D model
- 2022-01-28 08:27:23下载
- 积分:1
-
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.-this program is based on the 3d opengl c code, which is the three-dimensional display of the swap under the sheet.
- 2022-01-22 12:31:45下载
- 积分:1
-
一维纹理映射的实例,用opengl的一维纹理实现一个漂亮的彩虹效果...
一维纹理映射的实例,用opengl的一维纹理实现一个漂亮的彩虹效果-one-dimensional texture mapping example, the use opengl one-dimensional texture to achieve a beautiful rainbow effect
- 2022-01-21 17:47:04下载
- 积分:1