Category Archives: Flash Player 10

Papervision3D vs Away3D vs Flash 10 Native3D

090520_away3d

I create Away3D demo refer to same motion demo with Papervision3D.

  • demo (require Flash Player 10)
  • source (Flash Develop Project)

By the way, it is interesing for us to compare Flash 3D library Away3D, Papervision3D and Flash 10 Native 3D.

Compare Demos

Result

Away3D, Papervision3D, Flash 10 Native 3D

# Flash 10 don’t set camera and z-sort.

More higher FPS of left stats is more faster. This result says Papervision3D (Flash 9) is faster than Away3D (Flash 10). Really?

RGB Image Separater with Papervision3D

Flashgamers show demo which CMYK separated image with Away3D. Visualization of color logic is interesting for me.

By the way, it’s possible to separate RGB channel from image with BitmapData.copyChannel method. I created demo which four planes separated to RGB at runtime are on Papervision3D space. You can separate rgb channel by stage dragging. And the demo can use local image file with new Filereference of Astro.

Continue reading RGB Image Separater with Papervision3D