|
static void | CopyValue (const glTF::vec4 &v, aiColor4D &out) |
|
static void | CopyValue (const glTF::vec4 &v, aiColor3D &out) |
|
static void | CopyValue (const glTF::vec3 &v, aiVector3D &out) |
|
static void | CopyValue (const glTF::vec4 &v, aiQuaternion &out) |
|
static void | CopyValue (const glTF::mat4 &v, aiMatrix4x4 &o) |
|
aiNode * | ImportNode (aiScene *pScene, glTF::Asset &r, std::vector< unsigned int > &meshOffsets, glTF::Ref< glTF::Node > &ptr) |
|
static void | SetFace (aiFace &face, int a) |
|
static void | SetFace (aiFace &face, int a, int b) |
|
static void | SetFace (aiFace &face, int a, int b, int c) |
|
void | SetMaterialColorProperty (std::vector< int > &embeddedTexIdxs, Asset &, glTF::TexProperty prop, aiMaterial *mat, aiTextureType texType, const char *pKey, unsigned int type, unsigned int idx) |
|