搜索资源列表
用OpenGL实现扫描线算法填充多边形的源代码
- 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
tcopengl
- 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
OpenGL_2D_color_farming_picture
- 在VC环境下,应用OpenGL语言,绘制了一幅二维村居图,特别应用了多边形光滑填充染色技术-At VC environment, the application of OpenGL language, drawing a two-dimensional farming map, in particular the application of the polygon fill smooth staining techniques
OpenGL_polygon
- 我用OpenGl实现的一个多边形,功能挺全的,里面有注释-Use OpenGL to draw a polygon
DrawPolygon
- 实验内容:实现一个多边形区域扫描转换,并允许用户任意输入多边形的边数和顶点坐标,不使用OpenGL画多边形方法, 使用windows下的SetPixel函数实现。-Experiment: the area of a polygon scan conversion, and allows any user input the number of sides of the polygon and vertex coordinates, do not use the the
polys
- 实现基本的多边形函数,对于初学opengl的学生来说很有帮助-The basic function of the realization of the polygon, very helpful for beginners OpenGL students
opengl-cPP
- 用OPENGL实现多边形扫描转换与区域填充-Using OPENGL realize polygon scan conversion and area fills
OPENGLPVC
- 凸多边形图案填充实例程序,用OPENGL实现多边形的区域填充实例-Convex polygon pattern fills examples of procedures, using OPENGL realize polygon area fill instance
Myopengl
- opengl绘图程序,vs2012,可以实现线,圆,多边形,并且实现平移,放大缩小,删除-opengl drawing program, vs2012, can achieve lines, circles, polygons, and to achieve pan, zoom, delete
Arbitrary-polygon-scan-line-filling
- 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
Polycut_weiler-atherton
- 基于weiler-atherton算法的多边形裁剪程序实现,使用OpenGL库实现基本的多边形裁剪动画。-Based weiler-atherton polygon clipping algorithm program implementation, using OpenGL library implements basic polygon clipping animation.
duobian
- 采用opengl技术画多边形,实现图形的旋转缩小-Opengl polygon using painting techniques to achieve the rotation of graphics narrow
OpenGbasicgraphic
- 用opengl编制的可实现三个点,一个三角形,一个三角形平面和一个四边平面,一上立文体和一个多边形,圆柱体圆椎体,茶壶旋转-Opengl prepared can be used to achieve the three points, a triangle, a triangle plane and a four-plane, one on legislation and a stylistic polygon, circular cylindrical vertebral body, rot
tessellation_src_main
- 采用visual c++ 和 opengl绘制凹多边形的例子-The use of visual c++ And concave polygon rendering opengl examples
polygon
- 用opengl从文本文件中读取顶点的数据,做多边形的绘制-use opengl to draw a polygon with data in a txt
yasuo
- 提供基本的点、线、多边形的绘制函数外,还提供了复杂的三维物体(球、锥、多面体、茶壶等)以及复杂曲线和曲面绘制函数。-openGL 图形
triangulation
- 利用opengl绘制凹多边形,所绘制例子是一个五角星。-Use opengl drawing concave polygon, drawn example is a five-pointed star.
多边形填充之五角星
- 用OpenGL实现多边形填充(五角星)。(Polygon filling (Pentagram) is implemented with OpenGL.)
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
实验3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 1)建立多边形数据结构(保存顶点表、边信息,及其他信息) 2)用opengl显示多边形(Experiment 3 simple polygon display Experiment Objective: input and display polygon through mouse response function. Basic contents: The