| 167 | }; |
| 168 | |
| 169 | class AnmControlMatTexPattern : public TAnmControlBase<J3DAnmObjMatTexPattern> { |
| 170 | public: |
| 171 | AnmControlMatTexPattern() {} |
| 172 | |
| 173 | virtual void changeMatAnm(u8 anm_no, bool reset) { |
| 174 | #line 223 |
| 175 | JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo); |
| 176 | mObj[anm_no].changeMatAnm(&mObj[mNowAnmNo]); |
| 177 | mNowAnmNo = anm_no; |
| 178 | if (reset) { |
| 179 | mObj[mNowAnmNo].resetFrame(); |
| 180 | } |
| 181 | } |
| 182 | }; |
| 183 | |
| 184 | class AnmControlMatTevReg : public TAnmControlBase<J3DAnmObjMatTevReg> { |
| 185 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected