CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 椭圆算法

搜索资源列表

  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:407.7kb
    • 提供者:wuxuegang
  1. Spline+ellipse

    0下载:
  2. 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:73.18kb
    • 提供者:wgede
  1. OpenGL 椭圆绘制

    0下载:
  2. 就是用OpenGL在VC上写的绘制椭圆的算法 是中点方法
  3. 所属分类:OpenGL

    • 发布日期:2008-11-02
    • 文件大小:214.62kb
    • 提供者:askry31
  1. glutdlls37beta.zip

    1下载:
  2. 图形学的重要算法,使用鼠标右键操作。包括直线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
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:149.52kb
    • 提供者:jianqifan
  1. 在OpenGL中实现基本的计算机绘图

    1下载:
  2. 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
  3. 所属分类:OpenGL

    • 发布日期:2017-03-22
    • 文件大小:44.4kb
    • 提供者:许晓晓
  1. OpenGL_ellipse

    1下载:
  2. 用OpenGL实现的中点画椭圆算法,包括实现了调整窗口大小,椭圆不会变形。-OpenGL implementation in the dotted ellipse algorithm, including the realization of the window is resized, the ellipse will not be deformed.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:339.31kb
    • 提供者:刘禹
  1. huayuansuanfa

    0下载:
  2. 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:1.15kb
    • 提供者:jjjj
  1. openGL

    0下载:
  2. 此程序的功能是实现基本的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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1.65mb
    • 提供者:周中锋
  1. ellipse

    0下载:
  2. Eclipse 椭圆画线算法!是课程资源!值得参考!-Eclipse elliptical line drawing algorithm! Curriculum resources! Worth considering!
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-14
    • 文件大小:44.16kb
    • 提供者:zhangjiawen
  1. tuoyuan

    0下载:
  2. 用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
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-09
    • 文件大小:1.11kb
    • 提供者:焦点男孩
  1. ellipse

    0下载:
  2. 用Bresenham算法实现椭圆的绘制。 已知椭圆的长半轴和短半轴,根据Bresenham算法绘制椭圆。 -With Bresenham algorithm oval drawing. Semimajor and semiminor known ellipse, Bresenham algorithm to draw an ellipse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:725byte
    • 提供者:若风
  1. MyHomeWork1_1

    0下载:
  2. 计算机图形学大作业 直线DDA 椭圆Bresenham算法实现基本图元的绘制-Computer graphics project:DDA and Bresenham algorithm to draw line and ellipse
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:1.58mb
    • 提供者:wang
  1. OpenGL--Demo

    0下载:
  2. 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,
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:141.75kb
    • 提供者:闵得恒
  1. huayuansuanfa

    0下载:
  2. 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:1.2kb
    • 提供者:pointf
  1. Graphic

    0下载:
  2. 生成直线 算法 绘制图形 椭圆 方形 线 颜色-Generation algorithm for drawing straight lines color graphics Oval Square
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2.81mb
    • 提供者:zxy
  1. OpenGL

    0下载:
  2. 本代码通过OpenGL库,绘制了一个机器人,其中算法运用了,中点画线,中点画圆和中点画椭圆等。-The code via OpenGL library, draw a robot, which algorithm to use, and the dotted line, the midpoint Circle and the stippling ellipse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1.2mb
    • 提供者:程海粟
  1. openGL

    0下载:
  2. OpenGL实现三角形,圆形,线条,椭圆的绘制算法- OpenGL implementation triangle, circle, line, ellipse drawing algorithm. . . . .
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:刘婵
搜珍网 www.dssz.com