Public Attributes

CC3TexturedVertex Struct Reference

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

#include <CC3Foundation.h>

Collaboration diagram for CC3TexturedVertex:
Collaboration graph
[legend]

List of all members.

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

The 3D location of the vertex.

The 3D normal at the vertex.

The 2D coordinate of this vertex on the texture.


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