| 55 | void GeoMarioFlower1::createColModel(J3DModelData *) {} |
| 56 | |
| 57 | void 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 | |
| 63 | const char *GeoMarioFlower1::getBmdFileName() { |
| 64 | static const char *cBmdName = "/Objects/MarioFlower1.bmd"; |
nothing calls this directly
no test coverage detected