2D Toolkit Forum

2D Toolkit => Support => Topic started by: Arnold on April 01, 2014, 10:38:43 am

Title: Gaps in Sprite Collection Atlas
Post by: Arnold on April 01, 2014, 10:38:43 am
Hey there,

i'm trying to fit an iPad retina full screen image tiled in 512x512px images into a 2048x2048 sprite collection.
But it seems that between the images there are gaps, because the images are not aligned 100%, and the atlas can only hold 9 tiles but i need 12 tiles in there. Is it possible to do something about this?

(http://tinytouchtales.com/public/gaps.jpg)
Title: Re: Gaps in Sprite Collection Atlas
Post by: unikronsoftware on April 01, 2014, 02:08:17 pm
The gaps are there for padding. You can turn that off, but you'll probably end up with some texture bleeding across boundaries.
Title: Re: Gaps in Sprite Collection Atlas
Post by: Arnold on April 01, 2014, 04:34:28 pm
Ok thank you, then i will split images into multiple atlases!