updated in http://away3d.googlecode.com/svn/branches/lite/libs
thx mogg 2009/10/28 mogg <[email protected]> > > I also added the following to get the obj3d.alpha to work: > > Object3D.as line 237: > > override public function set alpha(value:Number):void > { > super.alpha = value; > if(canvas && canvas.alpha != value) > canvas.alpha = value; > } -- katopz http://www.sleepydesign.com
