Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ _updateOBB
Method
_updateOBB
Engine/source/terrain/terrCell.cpp:913–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
void TerrCell::_updateOBB()
914
{
915
mOBB.set( mTerrain->getTransform(), mBounds );
916
}
917
918
void TerrCell::updateOBBs()
919
{
Callers
nothing calls this directly
Calls
2
set
Method · 0.45
getTransform
Method · 0.45
Tested by
no test coverage detected