"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

What are Verts,NumVerts,Normals and TexCoords mean?

I would like to know what are Verts,NumVerts,Normals and TexCoords mean for 3D model.

AlessandroB

Sun, 03/10/2013 - 14:45

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