搜索资源列表
图行算法
- 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
Spline+ellipse
- 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
OpenGL 椭圆绘制
- 就是用OpenGL在VC上写的绘制椭圆的算法 是中点方法
glutdlls37beta.zip
- 图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,Bresenham算法,OpenGL画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。,The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, Bresenham algorithm, OpenGL drawing, as well as
在OpenGL中实现基本的计算机绘图
- 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
OpenGL_ellipse
- 用OpenGL实现的中点画椭圆算法,包括实现了调整窗口大小,椭圆不会变形。-OpenGL implementation in the dotted ellipse algorithm, including the realization of the window is resized, the ellipse will not be deformed.
huayuansuanfa
- 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
openGL
- 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algorithm, Bresenham midpoint line d
ellipse
- Eclipse 椭圆画线算法!是课程资源!值得参考!-Eclipse elliptical line drawing algorithm! Curriculum resources! Worth considering!
tuoyuan
- 用opengl实现bresenham算法画椭圆,先画1/4个椭圆,然后借助椭圆的对称性,画出其余部分-Use opengl achieve bresenham algorithm painted oval, first draw 1/4 oval, and then with the symmetry of the ellipse, and draw the rest of the
ellipse
- 用Bresenham算法实现椭圆的绘制。 已知椭圆的长半轴和短半轴,根据Bresenham算法绘制椭圆。 -With Bresenham algorithm oval drawing. Semimajor and semiminor known ellipse, Bresenham algorithm to draw an ellipse.
MyHomeWork1_1
- 计算机图形学大作业 直线DDA 椭圆Bresenham算法实现基本图元的绘制-Computer graphics project:DDA and Bresenham algorithm to draw line and ellipse
OpenGL--Demo
- OpenGL由像素点生成直线,圆和椭圆算法,以及生成螺旋星线算法。和框架搭载,方便初学者编程,-OpenGL pixels generated by a straight line, circle and ellipse algorithms, and algorithms to generate spiral Star Line. And frame mounted, easy for beginners to programming,
huayuansuanfa
- 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
Graphic
- 生成直线 算法 绘制图形 椭圆 方形 线 颜色-Generation algorithm for drawing straight lines color graphics Oval Square
OpenGL
- 本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
openGL
- OpenGL实现三角形,圆形,线条,椭圆的绘制算法- OpenGL implementation triangle, circle, line, ellipse drawing algorithm. . . . .