Is it possible to turn atni-aliasing on for rotated bitmaps or vectors?

Hi,

Rotated bitmaps (or diagonal vectors) look really bad - both on the simulator and on my 3G iPhone.

  1. Is there a way to turn atni-aliasing (or “smooth” property, as used in Flash) on per App / game?
  2. Is there a way to turn atni-aliasing (or “smooth” property, as used in Flash) on per display object?
  3. How badly would it affect performance?

Thanks,
EZ [import]uid: 9536 topic_id: 5814 reply_id: 305814[/import]

antialias is a setting in the config.lua file

[lua]application =
{
content =
{
antialias = true,
},
}[/lua] [import]uid: 6645 topic_id: 5814 reply_id: 19961[/import]

Thanks, that does the trick

I wonder how it affects performance… [import]uid: 9536 topic_id: 5814 reply_id: 20120[/import]