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

Method getModel

include/Kaneshige/ExModel.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 bool isAllShapePacketHidding(u32 viewNo) { return isAllShapePacketHidding(0, viewNo); }
63 J3DModelData *getModelData() const { return mModelData[0]; }
64 J3DModel *getModel() const { return mModel[0]; }
65 void setSimpleTevReg(u32 id) { mSimpleTevReg |= (1 << id); }
66 void simpleDraw(u32 viewNo) { simpleDraw(viewNo, nullptr, 1); }
67

Callers 14

updateMethod · 0.45
calcShadowModelMethod · 0.45
calcMethod · 0.45
drawMethod · 0.45
getWanwanBackPosMethod · 0.45
chainCorrectMethod · 0.45
createEmitterMethod · 0.45
updatePositionMethod · 0.45
nodeCallBackMethod · 0.45
doOpeningMethod · 0.45
doEndingMethod · 0.45
createShadowModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected