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

Method drawModelForDebug

src/Kaneshige/Course/Course.cpp:1637–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635}
1636
1637void Course::drawModelForDebug(u32 cameraNo)
1638{
1639 int areaCnt = mAreaNum;
1640 for (u8 i = 0; i < 8; i++)
1641 {
1642 if (sDrawAreaModel & 1 << i)
1643 {
1644 for (int areaNo = 0; areaNo < areaCnt; areaNo++)
1645 {
1646 Area *area = &mAreas[areaNo];
1647 if (i == area->getKind())
1648 area->drawDebugModel(cameraNo);
1649 }
1650 }
1651 }
1652}
1653
1654Course::Sector::Sector()
1655{

Callers 1

drawSceneFirstStageMethod · 0.80

Calls 2

drawDebugModelMethod · 0.80
getKindMethod · 0.45

Tested by

no test coverage detected