Hello Guest

Author Topic: Gaps in Sprite Collection Atlas  (Read 4397 times)

Arnold

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 32
  • Create something you love!
    • View Profile
Gaps in Sprite Collection Atlas
« 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?


unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Gaps in Sprite Collection Atlas
« Reply #1 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.

Arnold

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 32
  • Create something you love!
    • View Profile
Re: Gaps in Sprite Collection Atlas
« Reply #2 on: April 01, 2014, 04:34:28 pm »
Ok thank you, then i will split images into multiple atlases!