Typedefs | |
| typedef fm::vector< Semantic > | SemanticList |
| A dynamically-sized array of geometry source data types. | |
Enumerations | |
| enum | Semantic { POSITION = 0, VERTEX, NORMAL, GEOTANGENT, GEOBINORMAL, TEXCOORD, TEXTANGENT, TEXBINORMAL, UV, COLOR, EXTRA, POINT_SIZE, POINT_ROTATION, UNKNOWN = -1 } |
| The geometry source data types. More... | |
Functions | |
| FCOLLADA_EXPORT Semantic | FromString (const char *value) |
| Converts the COLLADA geometry input string to a geometry source data type. | |
| FCOLLADA_EXPORT const char * | ToString (Semantic semantic) |
| Converts the geometry source data type into a COLLADA geometry input string. | |
| Semantic | FromString (const fm::string &value) |
| Converts the FCollada texture channel string into a texture channel. | |
|
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the COLLADA geometry input string to a geometry source data type.
|
|
|
Converts the geometry source data type into a COLLADA geometry input string.
|
1.4.6-NO