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

#include <CC3Foundation.h>

Public Attributes

ccColor4F color
 
CC3Vector location
 
CC3Vector normal
 

Detailed Description

Defines a simple vertex, containing location, normal and color.

Useful for painting solid colors that interact with lighting conditions.

Member Data Documentation

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.


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