I create air ship with SpringCamera3D of new pv3d’s camera class. It’s easy to use and make it like as 3D game.
Archive for the ‘PV3D 2.x’ Category
Papervision3D Air Ship with SpringCamera3D
Sunday, January 25th, 2009Papervision3D + Box2D website “Q.films”
Friday, January 16th, 2009I create flash website named “Q.films. This is promotion site of independent production movie.
I use ActionScript 3.0 Library. These are Papervision3D and Box2DAS3.
The most important for “Q.films” site is using framework “Progression” made in Japan. Progression offers you prenty of tools developing Flash site easily and you can focus on creative. I was offerd easily for changing scenes speedy.
I’ll open this website’s source code. Enjoy!
Vector Text on Papervision3D Available
Thursday, December 25th, 2008I found the fact, Papervision3D is possible to use vector text as FIve3D or vectorvision. Current SVN (i use rev 851) of pv3d contains Text3D, Letter3DMaterial class.
How To Use
// create Material
var lettermat:Letter3DMaterial = new Letter3DMaterial();
lettermat.fillColor = 0xFF0000;
// create 3D object
var word:Text3D = new Text3D("foo" , new HelveticaBold() , lettermat);
scene.addChild(word);
Sample 1 : Refrection Vector World
Sample 2 : Typographic Logo
Orijinal Post
Moving Logo “ichigoichie” with Papervision3D Particle
Sunday, December 21st, 2008RGB Image Separater with Papervision3D
Thursday, November 13th, 2008Flashgamers 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.
Sound Visualizer with Papervision3D
Tuesday, November 4th, 2008The 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.
Papervision3D Slideshow with ActionScript Thread Library
Tuesday, November 4th, 2008If 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.
Bump Mapping Texture with Papervision3D
Saturday, October 25th, 2008PV3D Sample #5 : Shadow Cubes
Friday, October 24th, 2008Title : Shadow Cubes
I think that shadow on PV3D is difficult. But zupko.info introduce way to make shadow, I try make shadow sample.
QuadTree Test with PaperVision3D
Friday, October 24th, 2008QuadTree support with PaperVison3D resolve cross polygon issues. This demo can switch using render engine, these are QuadrantRenderEngine and BasicRenderEngine, by clicking stage.













