Vertex
Under the term vertex we can imagine one point in the 3D space. When working with 3D models, vertexes contains besides their coordinates also a normal, color or position on the texture.
Was this helpful?
Polygon
Polygon (mostly a triangle) represents closed area bounded by at least three vertexes, that is the smallest determinable part of the model surface.
Was this helpful?
Normal
The normal gives the direction, from where will the given vertex (point on the mesh) receive most light. Has influence on the model lighting.
Was this helpful?
Mesh
Mesh is a network of vertexes and polygons created from them, that describes appearance of the model.
Was this helpful?
Pivot
Pivot stands for a point that is base for the vertex coordinates.
Was this helpful?
Texture
Image, that is mapped to (stretched on) the model. Textures increase appearance of the model to a more real way. Textures are often used with success instead of complicated mesh.
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page