Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ readBSDistantObjectInstanceTransform
Function
readBSDistantObjectInstanceTransform
components/nif/node.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
namespace
67
{
68
void readBSDistantObjectInstanceTransform(NIFStream& stream, osg::Matrixf& value)
69
{
70
std::array<float, 16> mat;
71
stream.readArray(mat);
72
value.set(mat.data());
73
}
74
}
75
76
void BoundingVolume::read(NIFStream* nif)
Callers
nothing calls this directly
Calls
3
readArray
Method · 0.45
set
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected