Archive for November, 2008

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…)

Sound Visualizer with Papervision3D

Tuesday, November 4th, 2008

The visualizer of gskinner.com is very beatiful. I want to publish like as gskinner.com. Then I make the arrangement demo of Papervision3D 2.0(Greate White) with afterimage effect. This effect is BitmapEffectLayer which is new class of pv3d 2.0 beta.

(more…)

Papervision3D Slideshow with ActionScript Thread Library

Tuesday, November 4th, 2008

If you want to pre-load images, there is nice library in Japan. This lib’s name is “ActionScript Thread Liberary 1.0“, available for scripting like thread programing. This demo use Thread Library with Papervision3D.

(more…)