| 185 | inline f32 getMagOrig() const { return mData->mAmplitude; } |
| 186 | |
| 187 | inline void initOpParam() { |
| 188 | getPosOrig(&mOffset); |
| 189 | getDirOrig(&mVelocity); |
| 190 | mSpeed = getMagOrig(); |
| 191 | } |
| 192 | |
| 193 | void prepare(JPAEmitterWorkData *work) { pFld->prepare(work, this); } |
| 194 | void calc(JPAEmitterWorkData *work, JPABaseParticle *ptcl) { pFld->calc(work, this, ptcl); } |