Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ readMatrix
Method
readMatrix
core/3d/BundleReader.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
bool BundleReader::readMatrix(float* m)
188
{
189
return (read(m, sizeof(float), 16) == 16);
190
}
191
192
}
Callers
2
loadSkinDataBinary
Method · 0.80
parseNodesRecursivelyBinary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected