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

搜索资源列表

  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. Cutter

    0下载:
  2. 本程序实现了直线裁减和多边形裁剪!窗口由鼠标输入算法为Liang-Barsky算法-the realization of linear reduction and polygon clipping! Window from the mouse input to the algorithm Liang - Barsky algorithm
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22514
    • 提供者:赵赵
  1. DrawingSimple2D

    0下载:
  2. This the third tutorial in the Foundation section. This tutorial covers the basics of drawing some simple 2D polygons such as triangle, pentagon, rectangle etc. We will make use of the code that we had generated in the previous section. We ll cover s
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:26706
    • 提供者:zhf
  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. liang-barsky

    0下载:
  2. Weiler-Atherton算法实现多边形裁剪-Weiler-Atherton polygon clipping algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1248
    • 提供者:huang
  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. 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. opengl_refer

    0下载:
  2. Weiler_Atherton的多边形裁剪算法-Weiler Polygon Clipping
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:369071
    • 提供者:tracy
  1. 09021095

    0下载:
  2. opengl 多边形裁剪 三维视图 填充 画线 整合小插件-opengl polygon clipping drawing a line filled with three-dimensional view of a small plug-in integration
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4076665
    • 提供者:陈建
  1. S-H

    0下载:
  2. SH算法实现多边形的裁剪算法,如题如题utility-SH algorithm polygon clipping algorithm, such as utility problems such as the title
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1966839
    • 提供者:熊雨辰
  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. caijian

    0下载:
  2. 是opengl开发的关于多边形裁剪的程序哦,是没有问题的,亲,可以放心下载哦-Opengl development program on polygon clipping Oh, no problem, the pro, you can rest assured download!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1256037
    • 提供者:cami
  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-04-14
    • 文件大小:4233
    • 提供者:Carneys
  1. Cohen_Sutherland

    0下载:
  2. 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a variety of situations, to ver
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:221526
    • 提供者:林伟鸿
  1. Sutherland_Hodgman

    0下载:
  2. 实验四 编程实现Cohen-Sutherland线段裁剪算法或者Sutherland-Hodgman多边形裁剪算法 对各种情况进行测试,验证算法实现的完整性 -Experiments four programming Cohen-Sutherland line clipping algorithm or Sutherland-Hodgman polygon clipping algorithms for testing a variety of situations, to ver
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:222958
    • 提供者:林伟鸿
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:257204
    • 提供者:林伟鸿
  1. 1

    0下载:
  2. 1、理解多边形裁剪的原理(Weiler-Atherton算法、Sutherland-Hodgeman栋算法)。 2、实现这两种多边形的裁剪算法,在屏幕上用一个封闭矩形裁剪任意多边形(凹多边形、凸多边形都要实验)。 3、编写上述算法程序,在工作区域当中运行并显示算法效果。 4、将多边形裁剪模块添加到设计的图形实验系统当中。 5、完成代码编写、调试。-1, understand the principles of polygon clipping (Weiler-Atherton
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1293
    • 提供者:蒋立宝
  1. 2

    0下载:
  2. 计算机图形学基于OPENGL的多边形裁剪。-Computer graphics based on OPENGL polygon clipping.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1930
    • 提供者:钟玥谣
搜珍网 www.dssz.com