Title : Photoprint Effect with Lightburst
I create sample which photo tile gather in 3D space. First, capture photo as tile image, second I make lightburst with BitmapData perlinNoise method.
Title : Photoprint Effect with Lightburst
I create sample which photo tile gather in 3D space. First, capture photo as tile image, second I make lightburst with BitmapData perlinNoise method.
Title : Exploded Fireworks in Sky
I use BitmapEffectLayer which is new function of Papervision3D 2.0(Greate White) for motion blur. This sample can setup position of two angle.
Title : Reflection Butterfly
I use Math.sin and cos for flying of butterfly. First, double wind should be used by sin wave. Second, parent butterfly, too. And this sample use RefrectionView which is new base class of Papervision3D 2.0(GreateWhite).
Title : VR by Cube (Cubic VR)
(more…)
Titile : Depth of Field
I discovered PV3D available for depth of field blur by useowncontainer property. The prpperty useOwnContainer can apply filter, alpha, and blendMode on 3D object. And it’s possible to check 3D scene position with new property named screenX, screenY, screenZ.