Friday, 16 September 2011

Polygon Meshes


A polygon mesh is a set of bounded polygons (vertices, edges, and faces) such that each edge is shared by at most 2 polygons
Polygon Meshes Vertex Edge Face
Polygon meshes can be represented in several ways
– Explicit representation
   P={(x1,y1,z1),........,(xn,yn,zn)}


Surface Modeling | Graphics Designing

Surface Modeling

Several methods are available to model surfaces

Surface Modeling
 

– Polygon meshes
• Surface is represented as a set of bounded planar surfaces
– Parametric polynomial curves
• Surface is defined by 3 equation in a parameter, t, one for each principal axis (x, y, z)

– Parametric bivariate polynomial surface patches
• Similar to parametric polynomial curves but this time each equation has two variables
– Quadratic surfaces
• Surface is implicitly defined by an equation f(x, y, z) = 0