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