MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / updateOBBs

Method updateOBBs

Engine/source/terrain/terrCell.cpp:918–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918void TerrCell::updateOBBs()
919{
920 _updateOBB();
921
922 // Update children.
923
924 if( mChildren[ 0 ] )
925 for( U32 i = 0; i < 4; ++ i )
926 mChildren[ i ]->updateOBBs();
927}
928
929void TerrCell::updateZoning( const SceneZoneSpaceManager *zoneManager )
930{

Callers 2

initMethod · 0.80
setTransformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected