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

Class AnmControlMatColor

include/Sato/AnmController.h:139–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137};
138
139class AnmControlMatColor : public TAnmControlBase<J3DAnmObjMatColor> {
140public:
141 AnmControlMatColor() { }
142
143 virtual void changeMatAnm(u8 anm_no, bool reset) {
144#line 190
145 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
146 mObj[anm_no].changeMatAnm(&mObj[mNowAnmNo]);
147 mNowAnmNo = anm_no;
148 if (reset) {
149 mObj[mNowAnmNo].resetFrame();
150 }
151 }
152};
153
154class AnmControlMatTexSRT : public TAnmControlBase<J3DAnmObjMatTexSRT> {
155public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected