MCPcopy 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
913void TerrCell::_updateOBB()
914{
915 mOBB.set( mTerrain->getTransform(), mBounds );
916}
917
918void TerrCell::updateOBBs()
919{

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
getTransformMethod · 0.45

Tested by

no test coverage detected