ID to use when requesting a specific array of data for a model.
Static Public Attributes | |
static const | kFBGeometryArrayID_Point = 1 << 0 |
static const | kFBGeometryArrayID_Normal = 1 << 1 |
static const | kFBGeometryArrayID_Tangent = 1 << 2 |
static const | kFBGeometryArrayID_Binormal = 1 << 3 |
static const | kFBGeometryArrayID_Color = 1 << 4 |
const kFBGeometryArrayID_Point = 1 << 0 [static] |
const kFBGeometryArrayID_Normal = 1 << 1 [static] |
const kFBGeometryArrayID_Tangent = 1 << 2 [static] |
const kFBGeometryArrayID_Binormal = 1 << 3 [static] |
const kFBGeometryArrayID_Color = 1 << 4 [static] |