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

Method attach

src/Sato/J3DAnmObject.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void J3DAnmObjTrans::attach(J3DAnmTransform *anmBase, J3DMtxCalc *mtxCalc) {
38 mAnmBase = anmBase;
39 mCalc = mtxCalc;
40 mFrameCtrl.mAttr = anmBase->getAttribute();
41 mFrameCtrl.mEndFrame = anmBase->getFrameMax();
42}
43
44void J3DAnmObjTrans::attachBlend(J3DAnmTransform *anmBase, J3DMtxCalc *mtxCalc) {
45 _28 |= 1;

Callers 3

createModelMethod · 0.45
registrationMethod · 0.45
createModelMethod · 0.45

Calls 2

getAttributeMethod · 0.45
getFrameMaxMethod · 0.45

Tested by

no test coverage detected