Is it possible to implement polygon packing into the CLI options?
I am using the following command to pack the sprites:
SpriteSheetPacker --trim 230 --trimMode Polygon --epsilon 0.000001 --sprite-border 0 /Sprites /Output
One can use polygon for trimming, but not for packing.
Hello,
Is it possible to implement polygon packing into the CLI options?
I am using the following command to pack the sprites: SpriteSheetPacker --trim 230 --trimMode Polygon --epsilon 0.000001 --sprite-border 0 /Sprites /Output
One can use polygon for trimming, but not for packing.