I am now starting to use particles, and I am following the tutorial ‘Introduction to Particles’ http://away3d.com/tutorials/Introduction_to_Particles.
I noticed from this and other examples that this
var geometrySet:Vector.<Geometry> = new Vector.<Geometry>;
seem to be mandatory.
The thing is, when I use it, I get an error
[Fault] exception, information=TypeError: Error #2007: Parameter data must be non-null.
I checked with the Basic_Particles example to make sure everything is set up correctly, and I see no problem.
Can someone help me with this please.