#include <CC3Foundation.h>
Public Attributes | |
| ccColor4F | color |
| CC3Vector | location |
| CC3Vector | normal |
Defines a simple vertex, containing location, normal and color.
Useful for painting solid colors that interact with lighting conditions.
| ccColor4F CC3LitColoredVertex::color |
The color at the vertex.
| CC3Vector CC3LitColoredVertex::location |
The 3D location of the vertex.
| CC3Vector CC3LitColoredVertex::normal |
The 3D normal at the vertex.