CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - clipping OpenGl
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - clipping OpenGl - List
[
OpenGL program
]
Test_4Polygon
DL : 0
一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.
Update
: 2008-10-13
Size
: 71.68kb
Publisher
:
丁钱飞
[
OpenGL program
]
Test_4Polygon
DL : 0
一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.
Update
: 2025-02-17
Size
: 71kb
Publisher
:
丁钱飞
[
OpenGL program
]
Clipping&Reflections
DL : 0
该程序教会你如何利用stencil buffer, clipping和multi-texturing构造图形真实的反射。-Church of the procedures you use stencil buffer, clipping and multi-texturing tectonic graphics true reflection.
Update
: 2025-02-17
Size
: 71kb
Publisher
:
潘君
[
OpenGL program
]
Cutter
DL : 0
本程序实现了直线裁减和多边形裁剪!窗口由鼠标输入算法为Liang-Barsky算法-the realization of linear reduction and polygon clipping! Window from the mouse input to the algorithm Liang- Barsky algorithm
Update
: 2025-02-17
Size
: 22kb
Publisher
:
赵赵
[
OpenGL program
]
clip_line
DL : 0
通过OpenGL用编码裁剪法实现矩形窗口裁剪二维直线的算法,是计算机图形学中的经典。-Cutting through OpenGL coding method used to achieve a straight line of two-dimensional rectangular window clipping algorithm is a classic computer graphics.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Anse
[
OpenGL program
]
Cohen-Sutherland
DL : 0
程序运行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 line segments start and end coordinates of the end of state: The procedure to print out after cutting the line segment
Update
: 2025-02-17
Size
: 4kb
Publisher
:
[
Compress-Decompress algrithms
]
08-clipping
DL : 0
clipping as used in visual c++ using opengl
Update
: 2025-02-17
Size
: 214kb
Publisher
:
sana
[
OpenGL program
]
shiyan4
DL : 0
了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -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. 2. Experimental contents: (1) understand the principles of cutting a straight line (Cohen-Surtherland algorithm, You-Xin Liang Dong algorithm) (2) the use of VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line. (3) debug, compile, modify the program
Update
: 2025-02-17
Size
: 553kb
Publisher
:
jing
[
OpenGL program
]
include2
DL : 0
了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用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.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
zhanyun
[
OpenGL program
]
Opengl
DL : 1
OpenGl实现的凸多边形裁剪任意多边形算法-OpenGl implementation of arbitrary polygon convex polygon clipping algorithm for
Update
: 2025-02-17
Size
: 3.2mb
Publisher
:
李涛
[
OpenGL program
]
Sutherland_Hodgeman_Clip
DL : 0
OPENGL 多边形裁剪 基于S_H算法-OPENGL polygon clipping algorithm based on S_H
Update
: 2025-02-17
Size
: 7kb
Publisher
:
oy
[
OpenGL program
]
opengl_refer
DL : 1
Weiler_Atherton的多边形裁剪算法-Weiler Polygon Clipping
Update
: 2025-02-17
Size
: 360kb
Publisher
:
tracy
[
OpenGL program
]
09021095
DL : 0
opengl 多边形裁剪 三维视图 填充 画线 整合小插件-opengl polygon clipping drawing a line filled with three-dimensional view of a small plug-in integration
Update
: 2025-02-17
Size
: 3.89mb
Publisher
:
陈建
[
OpenGL program
]
line-clipping
DL : 0
OpenGL实现的直线裁剪算法,比较简单,梁友栋Barsky裁剪算法-OpenGL, cutting a straight line algorithms is relatively simple, Liang Youdong Barsky clipping algorithm
Update
: 2025-02-17
Size
: 1.15mb
Publisher
:
代码
[
OpenGL program
]
opengl
DL : 0
使用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 polygon clipping- cutting edge of law by the basic algorithm in computer graphics.
Update
: 2025-02-17
Size
: 4.75mb
Publisher
:
[
OpenGL program
]
Cohen-Sutherland
DL : 0
opengl中的直线裁剪算法,包括cohensutherland算法,中点法等-line clipping algorithm in opengl, including cohensutherland algorithm, the midpoint method
Update
: 2025-02-17
Size
: 59kb
Publisher
:
wy
[
OpenGL program
]
pictures-clipping-algorithm
DL : 0
openGL使用Visual C++ 图片的裁剪算法-the openGL Visual C++ pictures clipping algorithm
Update
: 2025-02-17
Size
: 125kb
Publisher
:
瑞风
[
OpenGL program
]
line-clipping
DL : 0
OpenGL计算机图形学的Cohen-Sutherland线段裁剪算法-OpenGL, line clipping algorithm based on Cohen-Sutherland
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Archer钦
[
OpenGL program
]
Cyrus-Beck-Line-Clipping
DL : 0
Cyrus-Beck Line clipping using OpenGL
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Sly Code
[
OpenGL program
]
Cohen-Sutherland-line-clipping
DL : 0
Cohen-Sutherland Line clipping using openGL
Update
: 2025-02-17
Size
: 17kb
Publisher
:
Sly Code
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.