搜索资源列表
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
1
- 实验要求: 建立OpenGL绘图环境,并编程绘制右图。见PPT-Experimental requirements: the establishment of OpenGL graphics environment, and drawing the right programming. See PPT
3
- 实验要求:1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
gCAD3D-devel-1.144
- cad的源代码,gCAD3D 是个三维的 CAD/CAM 程序,内置一个三维的 OpenGL 的浏览器。-cad' s source code, gCAD3D is a three-dimensional CAD/CAM process, built a three-dimensional OpenGL browser.
graphicsdrawingsystem
- 一个Opengl图形绘制系统,用VC++编写,有类的继承-1 Opengl graphics rendering system, using VC++ written with class inheritance
circle
- 实现一个画圆程序(利用Bresenham算法绘制); 以下内容任选一个 1、 设计并实现一种填充算法对圆内部进行填充。 opengl -Procedures to implement a circle (using Bresenham algorithm for drawing) the following choice of a 1, was designed and implemented within a circle filling algorithm to fill.
exp2_414
- this project is draw 3 shapes. these are ellipse ,triangle ,circle. This project made 3.1. Versiyon OpenGL.