CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - clipping algorithm openGL

搜索资源列表

  1. Test_4Polygon

    0下载:
  2. 一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:73397
    • 提供者:丁钱飞
  1. Cohen-Sutherland

    0下载:
  2. opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:60630
    • 提供者:wy
  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-23
    • 文件大小:566130
    • 提供者:jing
  1. Sutherland_Hodgeman_Clip

    0下载:
  2. OPENGL 多边形裁剪 基于S_H算法-OPENGL polygon clipping algorithm based on S_H
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:7495
    • 提供者:oy
  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. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:4189
    • 提供者:zhanyun
  1. Opengl

    1下载:
  2. OpenGl实现的凸多边形裁剪任意多边形算法-OpenGl implementation of arbitrary polygon convex polygon clipping algorithm for
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3356573
    • 提供者:李涛
  1. clipping_opengl

    0下载:
  2. Clipping algorithm, use Opengl
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:249400
    • 提供者:vietquocvn
  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. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4977409
    • 提供者:
  1. ogl_frustum_culling

    0下载:
  2. 基于Opengl的视椎体裁剪算法。效率较高,代码经过优化,效率较高-Opengl based visual vertebral clipping algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:85893
    • 提供者:安自生
  1. Cohen-Sutherland-algorithm

    0下载:
  2. This a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL. -This is a Cohen-Sutherland line clipping program. It shows the clipping of a line using OpenGL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5814140
    • 提供者:Juan
  1. Cohen-Sutherland

    0下载:
  2. 利用OpenGL实现Cohen-Sutherland裁剪算法(编码裁剪算法),是最早的直线段裁剪算法。-The use of OpenGL implementations Cohen-Sutherland clipping algorithm (coded clipping algorithm), is the first straight line clipping algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1801
    • 提供者:陈韬
  1. pictures-clipping-algorithm

    0下载:
  2. openGL使用Visual C++ 图片的裁剪算法-the openGL Visual C++ pictures clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:128334
    • 提供者:瑞风
  1. liang--barsky

    0下载:
  2. 计算机图形学作业,opengl,liang-barsky二维图形剪裁算法-Computer graphics operations, opengl, two-dimensional graphics clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-02
    • 文件大小:1300
    • 提供者:siva
  1. liang-barsky

    0下载:
  2. This program is the Implementation of Liang Barsky Line Clipping Algorithm using Opengl in Visual C++.
  3. 所属分类:Education soft system

    • 发布日期:2017-11-15
    • 文件大小:965
    • 提供者:shakith
  1. Cohen-Sutherland

    0下载:
  2. This a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.-This is a C++ program which shows the Cohen-Sutherland Line Clipping Algorithm using Opengl.
  3. 所属分类:Education soft system

    • 发布日期:2017-11-14
    • 文件大小:1152
    • 提供者:shakith
  1. Sutherland_Hodgeman_Clip

    0下载:
  2. OPENGL 多边形裁剪 基于S_H算法-OPENGL polygon clipping algorithm based on S_H
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7539
    • 提供者:冯建梅
  1. line-clipping

    0下载:
  2. OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:2265
    • 提供者:Archer钦
  1. 编码算法

    0下载:
  2. OpenGL编码裁剪算法,在课上学的,可以下来参考看看(Code clipping algorithm, in the school, you can look at the reference.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-07
    • 文件大小:2048
    • 提供者:郭墨
« 12 »
搜珍网 www.dssz.com