katopz, Thank you for adding in that Alpha support.
On Oct 27, 8:57 pm, mogg <[email protected]> wrote: > 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; > > > > }- Hide quoted text - > > - Show quoted text -
