Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c47 #define PARTICLE_HAS_SIZE 0x0002 macro
315 #define PARTICLE_HAS_SIZE 0x0002 macro
706 if (em->nType & PARTICLE_HAS_SIZE) in TextureParticleEmit()
755 if (em->nType & PARTICLE_HAS_SIZE) in ParticleEmit()
1032 if (prt->nType & PARTICLE_HAS_SIZE) in DrawParticles()
1057 if (prt->nType & PARTICLE_HAS_SIZE) in DrawParticles()
1103 em->nType = PARTICLE_HAS_SIZE; in EmitterInit()