Archive for the ‘Flash Player 10’ Category

Papervision3D vs Away3D vs Flash 10 Native3D

Wednesday, May 20th, 2009

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?

[PV3D] Q.films Flash Site’s source file is Public

Wednesday, February 11th, 2009

The source file of the site of independent production movie screening
association “Q.films” is opened to the public.

Enjoy!

Related Artile

RGB Image Separater with Papervision3D

Thursday, November 13th, 2008

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.

(more…)

Rewritable PV3D Paint on Flash Player 10

Tuesday, October 7th, 2008

I study newer Class of FileReference on Flash Player 10 (Astro). I make Papervision3D sample which is available for saving and loaing of local image to PV3D texture. The texture image’s width and height is 1000×500 px.

(more…)