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

Method getTexMtx

libs/JSystem/J2DGraph/J2DMatBlock.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void J2DTexGenBlock::getTexMtx(u32 id, J2DTexMtx& texMtx)
79{
80 if (mTexMtxes[id]) {
81 texMtx.setTexMtxInfo(mTexMtxes[id]->getTexMtxInfo());
82 }
83}
84
85JUTTexture* J2DTevBlock::getTexture(u32 index) { return nullptr; }
86

Callers 6

createModelMethod · 0.45
simpleDrawMethod · 0.45
setEffectMtxMethod · 0.45
drawBaseMethod · 0.45
insertCommonMethod · 0.45
animationMethod · 0.45

Calls 1

setTexMtxInfoMethod · 0.80

Tested by

no test coverage detected