Variables | |
| const char * | XY [3] |
| Common accessor type string arrays. Use for tangents and other 2D values. | |
| const char * | XYZW [5] |
| Use for vector and position sources. | |
| const char * | RGBA [5] |
| Use for color sources. | |
| const char * | STPQ [5] |
| Use for texture coordinate sources. | |
|
|
Common accessor type string arrays. Use for tangents and other 2D values. These are NULL-terminated and can be used with the AddAccessor function. |
1.4.6-NO