Archive for December, 2008

Vector Text on Papervision3D Available

Thursday, December 25th, 2008

I 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

081223_font

Sample 2 : Typographic Logo

081223_letter

Orijinal Post

Moving Logo “ichigoichie” with Papervision3D Particle

Sunday, December 21st, 2008

081214_ichigoichie

I create moving flash logo which is my friend’s event named “ichigoichie”. Dot illust of 16×16 pixel are gather and scatter. Dot is a Papervision3D plane. This flash use FLV as a background image.

(more…)