I do not understand why I had no display when I defined a ParticleSphereEmiter.
In the file CParticleSphereEmitter.cpp, line 62:
Code: Select all
// Random distance from center
const f32 distance = os::Randomizer::rand() * Radius;
Code: Select all
// Random distance from center
const f32 distance = os::Randomizer::frand() * Radius;