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

Method createModel

src/Sato/GeoRFlower.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55void GeoMarioFlower1::createColModel(J3DModelData *) {}
56
57void GeoMarioFlower1::createModel(JKRSolidHeap *heap, u32 viewNo) {
58 mModel.createModel(heap, viewNo, 0);
59 getAnmCtrl()->InitRegistration(1, &mModel);
60 getAnmCtrl()->RegisterTrans(0, sMarioFlower1BckAnmTrans, sMarioFlower1BckMtxCalc);
61}
62
63const char *GeoMarioFlower1::getBmdFileName() {
64 static const char *cBmdName = "/Objects/MarioFlower1.bmd";

Callers

nothing calls this directly

Calls 2

InitRegistrationMethod · 0.80
RegisterTransMethod · 0.80

Tested by

no test coverage detected