Papervision Helper Class

package au.com.scottking { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.*; import com.viocorp.StolenGen3D; import org.papervision3d.cameras.Camera3D; import org.papervision3d.materials.ColorMaterial; import org.papervision3d.objects.primitives.Sphere; import org.papervision3d.view.BasicView; /** * … * @author Scott King */ public class Main extends Sprite { private var view:BasicView; public function Main() { init(); } private function init():void { stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; view…

Papervision 3D Portfolio

So I’ve finally updated my Portfolio using Papervision 3D. This was basically becuase I wanted to learn Papervision 3D Alpha 2, I did a bunch of tech demos and experiments and I feel pretty safe to call myself a Papervision 3D Developer. The design is a little hurried as I had a bunch of people…