mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Fixes vertex weight assignments.
Adds upaxis override option to match collada importer.
This commit is contained in:
parent
2d795b2493
commit
bc722a353d
4 changed files with 100 additions and 65 deletions
|
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
static void assimpToTorqueMat(const aiMatrix4x4& inAssimpMat, MatrixF& outMat);
|
||||
static void convertMat(MatrixF& outMat);
|
||||
static void convertPoint(Point3F& outPoint);
|
||||
static aiNode* findChildNodeByName(const char* nodeName, aiNode* rootNode);
|
||||
};
|
||||
|
||||
#endif // _ASSIMP_APPNODE_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue