Version 2.0.1 released
2nd February 2009
Version 2.0.1 is out. This is in the downloads and is the current SVN trunk. Changes from 2.0.0 are
Changes
- Add clone method to Particle classes
- Add Particle3DUtils class to break an image into 3D particles
- Add 3D explode image example to illustrate Particle3DUtils
Bug fixes
- Correctly set particle’s collisionRadius in Particle2DUtils methods
- Set particle’s dictionary to use weak references to keys
- Add bitmapData property to the BitmapRenderer to provide direct access to the bitmap data.
- Fix createRectangleParticlesFromBitmapData to place registration point in center of each particle and correctly place particles based on offset values.
- Fix emitter to start the new counter if the counter is set while the emitter is running.
