MCPcopy Create free account
hub / github.com/beefytech/Beef / FBXCorrectMatrix

Function FBXCorrectMatrix

BeefySysLib/fbx/FBXReader.cpp:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44FbxAMatrix FBXCorrectMatrix(const FbxAMatrix& mat)
45{
46 if (!FBXIsValidMatrix(mat))
47 {
48 /*FxOgreFBXLog("Detected invalid matrix:\n");
49 logMatrix(mat);
50 FxOgreFBXLog("Returning identity matrix:\n");*/
51 return FbxAMatrix();
52 }
53 return mat;
54}
55
56static void InitializeSdkObjects(FbxManager*& pManager, FbxScene*& pScene)
57{

Callers 2

LoadMeshMethod · 0.85
FBXLoadJointMethod · 0.85

Calls 1

FBXIsValidMatrixFunction · 0.85

Tested by

no test coverage detected