Skip to main content
grammar clarification
Source Link
sam hocevar
  • 24k
  • 2
  • 65
  • 95

The lessfewer textures the better. So one big one would be best. However, depending on your platform and language there is a size limit to an image. So if 2048 x 2048 px is the largest your image can be and your texture atlas is bigger than that, it would be best to have two smaller atlases.

The less textures the better. So one big one would be best. However, depending on your platform and language there is a size limit to an image. So if 2048 x 2048 px is the largest your image can be and your texture atlas is bigger than that, it would be best to have two smaller atlases.

The fewer textures the better. So one big one would be best. However, depending on your platform and language there is a size limit to an image. So if 2048 x 2048 px is the largest your image can be and your texture atlas is bigger than that, it would be best to have two smaller atlases.

Source Link

The less textures the better. So one big one would be best. However, depending on your platform and language there is a size limit to an image. So if 2048 x 2048 px is the largest your image can be and your texture atlas is bigger than that, it would be best to have two smaller atlases.