搜索资源列表
tuxingbianxing
- 本程序是一个简单的计算机图形学的课件程序,程序使用了OPENGL图形类库来设计的,实现的功能是画多边形,填充多边形颜色,同时还可以对图形变形,比如扩大缩小翻转等.-this procedure is a simple computer graphics courseware procedures, the procedures for the use of OpenGL graphics library to design and realize the function of drawing
GLPolygonFill
- vc+openGL 用来实现手动的多边形填充功能-vc openGL used to achieve manually filled polygon functions
polygonfilling
- 多边形填充算法的实现程序源码,在VisualC++环境下,用opengl完成的!
graph03-2
- OpenGL 中填充多边形的算法代码 易看懂
01图形学课设
- 包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filli
scanexample
- 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
用OpenGL实现扫描线算法填充多边形的源代码
- 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
POLYGON
- OpenGL多边形填充程序源代码,实例,多样填充-OpenGL polygon fill, source code, examples, various filling
PolygonFill
- 使用C++和OpenGL实现的多边形填充。 -The use of C++ and OpenGL Polygon Fill realize.
tcopengl
- 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
09021095
- opengl 多边形裁剪 三维视图 填充 画线 整合小插件-opengl polygon clipping drawing a line filled with three-dimensional view of a small plug-in integration
Polygon
- 计算机图形学教学演示程序——基于opengl的多边形填充程序。-Teaching computer graphics demonstration program- based on opengl polygon fill procedure.
Bresenham
- OPengl,利用Bresenham算法绘制多边形,并实现种子填充-Use Bresenham algorithm to draw polygons and achieve seed fill
PolygonFill
- 多边形填充算法。运用opengl的库函数,当运行程序描出多边形的边后,右击则自动进行多边形的填充 算法-Polygon fill algorithm. Using opengl library functions, when running the program to delineate polygon edges, right-click is automatically filled polygon Algorithm
POLYGON
- OpenGL多边形填充程序源代码,实例,多样填充-OpenGL polygon fill, source code, examples, various filling
opengl-cPP
- 用OPENGL实现多边形扫描转换与区域填充-Using OPENGL realize polygon scan conversion and area fills
OPenGL
- 用OPenGL来做图案填充一个多边形的程序-OPenGL do with pattern fills a polygon procedure
opengl picture
- 使用opengl基础画圆、画线、画多边形,进行色彩填充部分旋转组合而成的作品。(The use of OpenGL basic painting circle, draw lines, draw polygons, color filling, partial rotation of the portfolio.)
多边形填充之五角星
- 用OpenGL实现多边形填充(五角星)。(Polygon filling (Pentagram) is implemented with OpenGL.)
OPenGL实现多边形填充
- 一个代码实现多边形填充,定点自定义,颜色给定。非常好用