搜索资源列表
AreaFill
- 区域填充算法的实现。利用OpenGL编程绘制多边形并填充之。
OpenGLexample
- 通过OpenGL函数在视图区绘制茶壶,球何多边形,并可以设置体显示模式(点,线,实体),同时可以设置光照,阴影,反走样何改变颜色和几何变换,不愧是一个好例子。
在VC++中使用OpenGL绘制典型曲面
- 基本几何图元是OpenGL进行建模的最基本的方法,但其对较复杂真实物体的建模则比较困难。对于这些复杂物体的建模,需要用到OpenGL基本库和功能库函数(gl库和glu库)以对图元进行扩展并完成法向计算、曲线生成和曲面构造等内容。这种对基本图元的扩展实际也就是对点、线及多边形的扩展。OpenGL中定义的点可具有不同大小的尺寸,其扩展的函数形式为:
OpenGL_programe.rar
- 利用OpenGL绘制的基本图元(线段、三角形面片、四边形或多边形等)制作的香皂,多面体,三棱柱并可以进行旋转,平移,可以加入光照,可以投影。 ,Use OpenGL rendering the basic graphic elements (line segments, triangular patches, quadrilateral or polygon, etc.) produced soap, polyhedron, prism and can rotate, pan, you can
polygon
- 一个可以交互的OpenGL应用程序,支持用户利用鼠标创建和删除2维多边形对象。基本功能包括:支持用户利用鼠标指定各个顶点位置,创建多边形,支持用户选择一个多边形(与你的多边形保存的数据结构有关)并删除,设计一种数据结构存储每个多边形的顶点与边,支持文件存盘,支持用户选择多边形的颜色,支持用户移动多边形,支持用户改变多边形单个顶点的位置。-An interactive OpenGL application that allows users to use the mouse to create a
draw
- 实现画点画线画多边形的功能,并能够实现画一个矩形对所有图元进行裁减-Line stipple painting to achieve the function of the polygon and draw a rectangle can be achieved for all the process of reducing the pixel
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
bresenham
- 计算机图形学实验: 实现Bresenham算法绘制线段,并利用“橡皮筋”功能绘制折线。 可将绘制的折线连接成多边形,并选择种子填充法或扫描线填充法进行填充。-Computer Graphics Lab: Bresenham algorithm for drawing line segments to achieve, and to use " rubber band" line drawing functions. Line connection can be draw
ooPenGLzy
- 利用OpenGL编写的两个多边形的交集,并集,差集的代码。-OpenGL prepared by the intersection of two polygons, and set, difference set code.
Bresenham
- OPengl,利用Bresenham算法绘制多边形,并实现种子填充-Use Bresenham algorithm to draw polygons and achieve seed fill
drawpolygon
- 多边形世界 写一个可以交互的OpenGL应用程序,支持用户利用鼠标创建和删除2维多边形对象。基本功能包括: 对象创建:支持用户利用鼠标指定各个顶点位置,创建多边形。 对象删除: 支持用户选择一个多边形并删除。 对象存储: 设计一种数据结构存储每个多边形的顶点与边,支持文件存盘。 -polygon draw
polygon
- 利用opengl绘制多边形,为其填充颜色并实现多边形的移动-Opengl draw the polygon for the fill color and the polygon s mobile
75265438Plotampdemo
- 利用opengl绘制多边形,为其填充颜色并实现多边形的移动-Hello ! My name is qu xue wen ,I m a girl. I like eat apples bananas and Oranges. I like play computer games.I m tall but me is very fat.I have very big eyes,A small nose
polygon
- OpenGL:画一个多边形区域,多边形仅显示边界,并允许用户将多边形围绕原点及任意点旋转,而且能够改变多边形尺寸。本代码是以四边形为例。-Opengl:Draw a polygon, only showing the border,which allows users to rotate the polygon around any points and change the size of polygon.
opengl
- opengl的多边形绘制,并对多边形进行纠错-the opengl of the polygon rendering, and polygon error correction
graph23
- 支持用户利用鼠标创建和删除2维多边形对象。基本功能包括: 对象创建:支持用户利用鼠标指定各个顶点位置,创建多边形。 对象删除: 支持用户选择一个多边形(与你的多边形保存的数据结构有关)并删除。 对象存储: 设计一种数据结构存储每个多边形的顶点与边,支持文件存盘,。 支持用户选择多边形的颜色 支持用户移动多边形 支持用户改变多边形单个顶点的位置-Support for the user to use the mouse to create and delete a 2-di
ComputerGraphicsAlgorithms
- 计算机图形学中数十种图形学算法实现,全部实现并可运行。比如DDA、区域裁减、区域填充、多边形求交-Computer graphics, dozens of graphics algorithms, to achieve full and running. Such as DDA, polygon intersection, etc.
shiyan3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 建立多边形数据结构(保存顶点表、边信息,及其他信息) 用opengl显示多边形 拓展要求: 判断多边形的类型(自相交多边形,凹多边形,凸多边形) *若是凹多边形,则把多边形转换为多个凸多边形-Experiment 3 simple polygon display Purpose: response function by m
exp1-2
- 使用Visual Studio C++编译OpenGL程序,绘制的六角星,并修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。-Compiled using Visual Studio C++ OpenGL program, drawn Star of David, and modify the color of the vertices such that each vertex colors, color gradient inside a polygon.
glutEx1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “一个六角星” 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。-On Windows systems, the installation of GLUT library: Open glut-3.7.6-bin.zip, r