Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsBoundingBoxReady
Method
IsBoundingBoxReady
trinity/Interior/Tr2IntSkinnedObject.cpp:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
bool Tr2IntSkinnedObject::IsBoundingBoxReady( void ) const
151
{
152
Vector3 min, max;
153
return GetWorldBoundingBox( min, max );
154
}
155
156
void Tr2IntSkinnedObject::AddToApexScene( Tr2ApexScene* apexScene )
157
{
Callers
1
UpdateValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected