#include <CC3Foundation.h>
Public Attributes | |
CC3Vector | location |
CC3Vector | normal |
ccTex2F | texCoord |
Defines a simple vertex, containing location, normal, and texture coordinate data.
Useful for interleaving vertex data for presentation to the GL engine.
CC3Vector CC3TexturedVertex::location |
The 3D location of the vertex.
CC3Vector CC3TexturedVertex::normal |
The 3D normal at the vertex.
ccTex2F CC3TexturedVertex::texCoord |
The 2D coordinate of this vertex on the texture.