away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
640 stars 273 forks source link

Impossible to use a particle effect, a Skybox and a Filter3D together on the same View3D #657

Closed Okamoi closed 10 years ago

Okamoi commented 11 years ago

ParticleAnimationSet.deactivate breaks because ParticleAnimationSet._animationRegisterCache appears to be null.

See this guy's post to reproduce easily using the LoadAsset class from EffectHub templates.

The example uses a particle effect from EffectHub but since ParticleAnimationSet is part of Away3D itself, I'm not sure if the fix should be within an Away3D class, a Sparticle parser class or the particle editor.

gonchar commented 10 years ago

Thank you for the report. I've tested and it works well. I see that @liaocheng fixed that bug.