Home
last modified time | relevance | path

Searched refs:MAX_PARTICLES (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c29 #define MAX_PARTICLES 1600 macro
43 #define ACTIVE_LIST MAX_PARTICLES
44 #define FREE_LIST (MAX_PARTICLES + 1)
143 Particle ParticleData[MAX_PARTICLES + 2];
651 for(nI=1; nI<(MAX_PARTICLES+2); nI++) in ParticleInit()
797 if (nNumActiveParticles > MAX_PARTICLES) in EmitterEmit()
799 nN -= (nNumActiveParticles - MAX_PARTICLES); in EmitterEmit()
800 nNumActiveParticles = MAX_PARTICLES; in EmitterEmit()