Papervision Sprite Extruder

I wanted to have a play with creating programmatic models in Papervision 3D. My Flash 9 demo takes as input a transparent GIF OR PNG, and parses through this file, creating a 3D cube, for each pixel, which i can then fully control, in this case I slowly explode the sprite. Theres a few Sprites in there - just hit refresh to see a different one.

view

I'd like to give this a try

I'd like to give this a try with PV3D v2.0 using files of 50x50 size. They promised PV3D v2.0 runs smoother, and as this is already running smooth it shouldn't be a problem right? I'll let you know if I succeeded :)

Super awesome. Runs really

Super awesome. Runs really smooth!

Yeah was quite surprised

Yeah was quite surprised myself, especially with the big white hippo, i think thats about a 32*16 sprite... doing the maths

each pixel becomes one cube
one cube has 6 sides
each side has two triangles

= 12*32*16 = 6144 - say about half of the pixels are transparent so not rendered - thats still >3000 faces. :)