|
| void | glTFCommon::CopyValue (const glTFCommon::mat4 &v, aiMatrix4x4 &o) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec3 &v, aiColor3D &out) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec3 &v, aiColor4D &out) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec3 &v, aiVector3D &out) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec4 &v, aiColor3D &out) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec4 &v, aiColor4D &out) |
| |
| void | glTFCommon::CopyValue (const glTFCommon::vec4 &v, aiQuaternion &out) |
| |
| size_t | glTFCommon::Util::DecodeBase64 (const char *in, size_t inLength, uint8_t *&out) |
| |
| size_t | glTFCommon::Util::DecodeBase64 (const char *in, uint8_t *&out) |
| |
| uint8_t | glTFCommon::Util::DecodeCharBase64 (char c) |
| |
| void | glTFCommon::Util::EncodeBase64 (const uint8_t *in, size_t inLength, std::string &out) |
| |
| char | glTFCommon::Util::EncodeCharBase64 (uint8_t b) |
| |
| typedef | glTFCommon::float (mat4)[16] |
| |
| typedef | glTFCommon::float (vec3)[3] |
| |
| typedef | glTFCommon::float (vec4)[4] |
| |
| bool | glTFCommon::Util::ParseDataURI (const char *const_uri, size_t uriLen, DataURI &out) |
| | Check if a uri is a data URI. More...
|
| |