Page 2 of 2

Posted: Tue Mar 21, 2006 7:33 pm
by dagcrack
Fred wrote:sprite3() size should be square multiple of 2 to work (almost) everywhere. So, if you need a 5x5 sprite, do a 8x8 one with the remaining pixels as transparent (it's documented in the sprite3D doc IIRC).
Fred: Is there any internal fallback for this? (ie, resize to the nearest power).
Of course his -fred's- advice is not bad at all, as in the case that the internal function rescales to a power of 2, this is a heuge overload and, usually, will give you nasty visual artifacts (although, depends on the used interpolation while supersampling the image data).

_