v2.0.2
Public Attributes | List of all members
CC3TexturedVertex Struct Reference

#include <CC3Foundation.h>

Public Attributes

CC3Vector location
 
CC3Vector normal
 
ccTex2F texCoord
 

Detailed Description

Defines a simple vertex, containing location, normal, and texture coordinate data.

Useful for interleaving vertex data for presentation to the GL engine.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: