|
static void | CopyValue (const aiMatrix4x4 &v, glTF::mat4 &o) |
|
static void | CopyValue (const aiMatrix4x4 &v, aiMatrix4x4 &o) |
|
Ref< Accessor > | ExportData (Asset &a, std::string &meshName, Ref< Buffer > &buffer, unsigned int count, void *data, AttribType::Value typeIn, AttribType::Value typeOut, ComponentType compType, bool isIndices=false) |
|
void | Assimp::ExportSceneGLB (const char *, IOSystem *, const aiScene *, const ExportProperties *) |
|
void | Assimp::ExportSceneGLTF (const char *, IOSystem *, const aiScene *, const ExportProperties *) |
|
void | ExportSkin (Asset &mAsset, const aiMesh *aimesh, Ref< Mesh > &meshRef, Ref< Buffer > &bufferRef, Ref< Skin > &skinRef, std::vector< aiMatrix4x4 > &inverseBindMatricesData) |
|
void | ExtractAnimationData (Asset &mAsset, std::string &animId, Ref< Animation > &animRef, Ref< Buffer > &buffer, const aiNodeAnim *nodeChannel, float ticksPerSecond) |
|
bool | FindMeshNode (Ref< Node > &nodeIn, Ref< Node > &meshNode, std::string meshID) |
|
Ref< Node > | FindSkeletonRootJoint (Ref< Skin > &skinRef) |
|
static void | IdentityMatrix4 (glTF::mat4 &o) |
|