Why does GlowFilter only work with Rendering set to CPU and not GPU?
I used GlowFilter in another iPhone project and it worked fine, but not in this new one, after quite some time testing everything I finally found out that it's because the other app was set to CPU. This new app performs awful in CPU and must be in GPU, but GPU doesn't show glow effects for some reason. Anyone know why? Any workaround?
var shipGlow:GlowFilter=new GlowFilter(0x00FFFF,1,6,6,2,2);
var ship:MovieClip = new ShipMC();
addChild(ship)
ship.x=100
ship.y=100
