Variables | |
| FCOLLADA_EXPORT const char * | EMPTY [1] |
| Common accessor type string arrays. Used for qualifying single values. | |
| FCOLLADA_EXPORT const char * | XYZW [4] |
| Used for position and vector values. | |
| FCOLLADA_EXPORT const char * | RGBA [4] |
| Used for color value. | |
| FCOLLADA_EXPORT const char * | ROTATE_AXIS [4] |
| Used for angle-axis rotation transforms. | |
| FCOLLADA_EXPORT const char * | SKEW [7] |
| Used for the skew transforms. | |
| FCOLLADA_EXPORT const char * | MATRIX [16] |
| Used for animating matrix values. | |
| FCOLLADA_EXPORT const char * | LOOKAT [9] |
| Used for the look-at transforms. | |
|
|
Common accessor type string arrays. Used for qualifying single values. These are NULL-terminated and can be used with the AddAccessor function. |
1.4.6-NO