MCPcopy Create free account
hub / github.com/doldecomp/mkdd / createModel

Method createModel

src/Sato/GeoItemBox.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

RCMGetManagerFunction · 0.85
createDifferedModelMethod · 0.80
isTinyProcessMethod · 0.45

Tested by

no test coverage detected