no mipmap by default

This commit is contained in:
2016-09-07 23:48:29 +07:00
parent 973e88143a
commit 8087895186
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ MonoBehaviour:
MaxAtlasSize: 1024
AtlasPadding: 1
PixelsPerUnit: 100
GenerateMipMaps: 1
GenerateMipMaps: 0
AtlasPowerOfTwo: 1
AtlasForceSquare: 1
AtlasTextureFilter: 1

View File

@@ -39,7 +39,7 @@ namespace FlashTools.Internal {
MaxAtlasSize = 1024,
AtlasPadding = 1,
PixelsPerUnit = 100.0f,
GenerateMipMaps = true,
GenerateMipMaps = false,
AtlasPowerOfTwo = true,
AtlasForceSquare = true,
AtlasTextureFilter = AtlasFilter.Bilinear,