Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetSkeleton
Method
GetSkeleton
src/Nazara/Graphics/SkeletalModel.cpp:171–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
*/
170
171
Skeleton* SkeletalModel::GetSkeleton()
172
{
173
InvalidateBoundingVolume();
174
175
return &m_skeleton;
176
}
177
178
/*!
179
* \brief Gets the skeleton of the model
Callers
1
SetMesh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected