| 185 | } |
| 186 | |
| 187 | void GeoItemBox::createModel(JKRSolidHeap *heap, u32 viewNo) { |
| 188 | if (!RCMGetManager()->isTinyProcess()) { |
| 189 | mModel.createDifferedModel(heap, viewNo, 0x200, true); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | void GeoItemBox::createColModel(J3DModelData *) { |
| 194 | GeographyObj::createBoundsSphere(150.0f, 1.0f); |
nothing calls this directly
no test coverage detected