try _plane.layer.blendMode hth
On 16 March 2010 09:09, elguapoloco <[email protected]>wrote: > Hello, > > I have an ObjectContainer3D with a plane in it. The plane uses a > bitmap material. I wanted to use alpha and blendMode so I followed the > exLayers example and have the following: > > _bitmapMaterial = new BitmapMaterial(bitmapData); > _plane = new Plane(_bitmapMaterial, data.width, data.height); > addChild( _plane ); > _plane.layer = new Sprite(); > view.addChild( _plane.layer ); > _plane.layer.filters = [new BlurFilter]; > _plane.alpha = data.alpha; > _plane.blendMode = data.blendMode; > > I can see the plane but the blur and the blend modeare not working. > Am I missing something? > > Thank you, > > Jerome. > -- katopz http://www.sleepydesign.com
