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

搜索资源列表

  1. Line.rar

    1下载:
  2. glut画线程序 自己做了一个用glut画直线段、多段线和闭合直线段的小程序.操作方法:单击鼠标右键会有弹出菜单,执行相关命令可以画线。 如果下所包里的程序不能执行,用VC重新编译一下就可以执行了。,Line glut procedures do draw a line segment with glut, multi-paragraph straight line and close the applet. operation: Click the right mouse button w
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:67606
    • 提供者:guo
  1. line.rar

    0下载:
  2. 画线算法,bresenham画线算法,opengl,bresenham line-drawing procedure
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:953
    • 提供者:小胖
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:566130
    • 提供者:jing
  1. Cohen-Sutherland

    1下载:
  2. 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:4347
    • 提供者:
  1. line

    0下载:
  2. openGL 可以用上下左右的方向鍵控制這一條線-openGL can use the arrow keys up and down around a line to control the
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:140302
    • 提供者:蔡明黃
  1. sweep

    0下载:
  2. 用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:658512
    • 提供者:倪翔
  1. lineBres

    0下载:
  2. 初学Opengl,从最基础开始,本程序实现用Bresenham算法画直线-Learning Opengl, from the beginning of the most basic, the program Bresenham algorithm for drawing a straight line with
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:777
    • 提供者:wgj
  1. include

    0下载:
  2. 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization algorithms, the use of OpenGL to
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4107
    • 提供者:zhanyun
  1. dotted

    0下载:
  2. opengl dotted line bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:604668
    • 提供者:Nessen
  1. drawLine

    0下载:
  2. 程序运行后生成500×500的窗口,可在窗口中实现橡皮筋功能的直线绘制,并实现矩形选框剪裁功能。左键键拖动绘制直线,按下右键可实现橡皮筋的拖拽,中键可以拖动绘制矩形选框,配合键盘上C键可以实现对直线的剪裁。-Generated after the program runs 500 × 500 window, can be achieved in the window rubber band drawing a straight line features, and to achieve tail
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:2102
    • 提供者:张恒
  1. 20091227linedda

    0下载:
  2. 本文对直线的生成的3种算法:逐点比较法、数值微分法(DDA法)、Bresenham算法进行研究。本文对逐点比较法、数值微分法(DDA法)、Bresenham算法进行推导,研究了逐点比较法、数值微分法(DDA法)、Bresenham算法在第一象限的实现和改进后逐点比较法、数值微分法(DDA法)、Bresenham算法在所有象限的实现。通过编程实践,可以掌握VC和opengl的使用方法。-In this paper, a straight line generated by three kinds
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:211496
    • 提供者:aliang
  1. line

    0下载:
  2. This a cpp file that can demonstrate how to use OpenGL to draw a simple line.-This is a cpp file that can demonstrate how to use OpenGL to draw a simple line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2595
    • 提供者:ricky
  1. Bresenham-line

    0下载:
  2. 图形学的作业,做出Bresenham line,文件包括报告要求。-Graphics work, make Bresenham line, documents including reporting requirements.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:9669
    • 提供者:林文
  1. line

    0下载:
  2. 这是用bresenham算法画出来的直线-This is a straight line drawn bresenham algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1384
    • 提供者:zhizihua2012
  1. line-clipping

    0下载:
  2. OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-22
    • 文件大小:1204224
    • 提供者:代码
  1. line-and-circle

    0下载:
  2. 直线和圆的openGL 快速算法,仅供参考-line and circle drawing arithmetic for reference only
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1906
    • 提供者:王骏华
  1. line

    0下载:
  2. OPengl中,使用函数point用点画直线-OPengl, using the function point with little straight line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:906
    • 提供者:王平
  1. Line

    0下载:
  2. 基于OpenGl颜射渐变直线的绘制和位置的设定-Bukkake draw a straight line gradient
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:196324
    • 提供者:韩旭
  1. line

    0下载:
  2. 用opengl绘制一条直线,通过画一个个的点完成-draw a line
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:103451
    • 提供者:Chen QiuDi
  1. The-butterfly-line

    0下载:
  2. 该程序使用OpengL编程,是一个很经典的OpengL的实例,能够画出很优美的蝴蝶线。-This program USES OpengL programming, is a classic example of the OpengL, can draw a beautiful butterfly line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8448014
    • 提供者:Guoshuhua
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com