
This demo checks the effect of applying scaling to particle models, particle emitters, and particles. This demo uses the demo library, demo::ParticleEffect class, and demo::ParticleNode class.
This demo checks the scaling effects on particle models, particle emitters, and particles. When the demo is started, a cload and rain effect is displayed on the screen. Every 360 frames, scaling is sequentially applied to the particle model, particle effect, and particles. Scaling is applied to the entire effect when scaling is applied to the particle model. Scaling is applied to the emission source when scaling is applied to the particle emitter. Scaling is applied to the particles only, leaving the emission source alone, when scaling is applied to particles. Particle scaling operations are handled using the SetScaleOffset method.
CONFIDENTIAL