Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToMatrix
Function
ToMatrix
Source/Engine/Tools/ModelTool/ModelTool.OpenFBX.cpp:59–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
Matrix ToMatrix(const ofbx::DMatrix& mat)
60
{
61
Matrix result;
62
for (int32 i = 0; i < 16; i++)
63
result.Raw[i] = (float)mat.m[i];
64
return result;
65
}
66
67
struct FbxNode
68
{
Callers
5
ProcessNodes
Function · 0.70
GetOffsetMatrix
Function · 0.70
ExtractKeyframePosition
Function · 0.70
ExtractKeyframeRotation
Function · 0.70
ExtractKeyframeScale
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected