MCPcopy 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
150bool Tr2IntSkinnedObject::IsBoundingBoxReady( void ) const
151{
152 Vector3 min, max;
153 return GetWorldBoundingBox( min, max );
154}
155
156void Tr2IntSkinnedObject::AddToApexScene( Tr2ApexScene* apexScene )
157{

Callers 1

UpdateValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected