Particles3D by Dan Gries (Black Version)

@author Dan Gries
www.dangries.com
djg@dangries.com
Prepared for www.flashandmath.com.

Last modified July 22, 2008.

Feel free to use and modify the classes in the package 
com.dangries.* to create your own Flash applications under the
following two conditions:

1) If possible, please include a line acknowledging this work and the author
with your application in a way that is visible in your compiled file
or on your html page. 

2) If you choose to modify the classes in the package 
com.dangries.*, put them into a package different from
the original. In this case too, please acknowledge this work
in a way visible to the user.

本来ならいかのパッケージをimportする必要があるがwonderflでは対応して
いないのでこのソースの一番したにパッケージの中身をぶちまけてます。
import com.dangries.bitmapUtilities.*;
import com.dangries.objects.Particle3D;
import com.dangries.geom3D.*;
import com.dangries.display.*;