Flint Particle System Forum - 3d bitmap effect 2011-12-12T23:12:00+00:00 http://flintparticles.org/forum/ Lussumo Vanilla & Feed Publisher 3d bitmap effect http://flintparticles.org/forum/comments.php?DiscussionID=402&Focus=1377#Comment_1377 2010-09-22T13:42:48+01:00 2011-12-12T23:12:00+00:00 claudiul25 http://flintparticles.org/forum/account.php?u=411 Is there a way to make something like this - http://www.flashandmath.com/flashcs4/astronaut/Astronaut.html ? It's a really neat effect :) It's a really neat effect :)]]> 3d bitmap effect http://flintparticles.org/forum/comments.php?DiscussionID=402&Focus=1381#Comment_1381 2010-09-23T17:55:57+01:00 2011-12-12T23:12:00+00:00 Richard http://flintparticles.org/forum/account.php?u=1 You will probably need at least one custom behaviour to get the exact same effect. The createPixelParticlesFromBitmapData() method will convert the bitmap to pixel particles. The is a user controlled ... createPixelParticlesFromBitmapData() method will convert the bitmap to pixel particles. The is a user controlled OrbitCamera that could be used for rotating around the image, or you could create something similar with automated motion. You'll need a custom Initializer or Action to separate the particles in the direction normal to the image plane - use an Initializer to move them once at the start, or an Action to move them frequently during the effect.]]>