Hi all. I can’t seem to figure this one out: when I embed an image, and assign it to a material like this:
[Embed(source="assets/_DSC3354.png")]
public var Model:Class;
bitmapAsset = new Model();
material = new BitmapMaterial(bitmapAsset.bitmapData);
...how could I set the bitmap’s smoothing property to ‘true’?
Thanks in advance