- Sort Posts
- 3 replies
- Last post
What are Verts,NumVerts,Normals and TexCoords mean?
March 10, 2013 - 2:51pm #4
What are Verts,NumVerts,Normals and TexCoords mean?
March 10, 2013 - 7:45am #2
Verts = array of coordinates (X,Y,Z) of the 3D model (mesh) vertices
NumVerts = the number of vertices in the mesh
Normals = the array of components (X,Y,Z) of the mesh normals
TexCoords = the array of texture coordinates (sometimes akas U, V mapping coordinates) of the mesh
These are the most basic concepts in 3D computer graphics; I would suggest to search for online resources on this topic, for instance:
http://en.wikipedia.org/wiki/Vertex_(computer_graphics)
The Vuforia forum is not the right place for this type of questions.
You're welcome ;-)