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

Method createModel

src/Shiraiwa/MapObjIceBlock.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void TMapObjIceBlock::createModel(JKRSolidHeap *heap, u32 viewNo) {
37 mModel.createModel(heap, viewNo, 0);
38 GeographyObj::getAnmCtrl()->InitRegistration(1, &mModel);
39 GeographyObj::getAnmCtrl()->RegisterTrans(0, sIceBlockBckAnmTrans, sIceBlockBckMtxCalc);
40 GeographyObj::getAnmCtrl()->getFrameCtrl(0)->setAttribute(2);
41}
42
43void TMapObjIceBlock::calc() {
44

Callers

nothing calls this directly

Calls 4

InitRegistrationMethod · 0.80
RegisterTransMethod · 0.80
setAttributeMethod · 0.45
getFrameCtrlMethod · 0.45

Tested by

no test coverage detected