Searched refs:nextSubParticle (Results 1 – 2 of 2) sorted by relevance
74 s->nextSubParticle = 0; in InitSmoke()118 s->p[s->nextParticle].delta[0].f[s->nextSubParticle] = deltax; in UpdateSmoke_ScalarBase()119 s->p[s->nextParticle].delta[1].f[s->nextSubParticle] = deltay; in UpdateSmoke_ScalarBase()120 s->p[s->nextParticle].delta[2].f[s->nextSubParticle] = deltaz; in UpdateSmoke_ScalarBase()121 s->p[s->nextParticle].position[0].f[s->nextSubParticle] = sx; in UpdateSmoke_ScalarBase()122 s->p[s->nextParticle].position[1].f[s->nextSubParticle] = sy; in UpdateSmoke_ScalarBase()123 s->p[s->nextParticle].position[2].f[s->nextSubParticle] = sz; in UpdateSmoke_ScalarBase()124 s->p[s->nextParticle].oldposition[0].f[s->nextSubParticle] = sx; in UpdateSmoke_ScalarBase()125 s->p[s->nextParticle].oldposition[1].f[s->nextSubParticle] = sy; in UpdateSmoke_ScalarBase()126 s->p[s->nextParticle].oldposition[2].f[s->nextSubParticle] = sz; in UpdateSmoke_ScalarBase()[all …]
66 int nextSubParticle; member