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

Method createCharShadowModel

src/Sato/ItemObjMgr.cpp:1032–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032void ItemObjMgr::createCharShadowModel(JKRSolidHeap *heap, u32 camera_index)
1033{
1034 mpMdlData->makeSharedDL();
1035 for (u8 i = 0; i < 2; i++)
1036 {
1037 SYSDBG_SetHeapGroup("OBJECT SHADOW MODEL", nullptr);
1038 mpShadowMdl[i]->createModel(heap, camera_index, 0x60000);
1039 SYSDBG_SetHeapGroup("OBJECT MODEL", nullptr);
1040 mpShadowMdl[i]->getModel()->lock();
1041 }
1042}
1043
1044void ItemObjMgr::calcCharShadowModel() {}
1045

Callers

nothing calls this directly

Calls 4

makeSharedDLMethod · 0.45
createModelMethod · 0.45
lockMethod · 0.45
getModelMethod · 0.45

Tested by

no test coverage detected