[Papervision3D] How to use Effect in GreatWhite?
he4330937
he4330937 at hotmail.com
Wed Jun 18 02:08:32 PDT 2008
hi,all.
Can you give some information for how to use effect? Thank for your help.
I write some code , I want to create a effect, but it is not work.
var bitmapEffectLayer:BitmapEffectLayer = new
BitmapEffectLayer(this.viewport3D,this.my3DComponent.width,this.my3DComponent.height);
bitmapEffectLayer.addEffect(new BitmapLayerEffect(new BlurFilter(2,
2, 4)));
bitmapEffectLayer.drawLayer.blendMode = BlendMode.OVERLAY;
bitmapEffectLayer.renderEffects();
I do not know how to use effect. I do not sure the codes are work fine.
Who can give me some sample for use effect in GreateWhite? Thanks again.
--
View this message in context: http://www.nabble.com/How-to-use-Effect-in-GreatWhite--tp17976828p17976828.html
Sent from the Papervision3D mailing list archive at Nabble.com.
More information about the Papervision3D
mailing list