| 916 | } |
| 917 | |
| 918 | void 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 | |
| 929 | void TerrCell::updateZoning( const SceneZoneSpaceManager *zoneManager ) |
| 930 | { |
no outgoing calls
no test coverage detected