Package arc.packer
Class MaxRectsPacker
java.lang.Object
arc.packer.MaxRectsPacker
- All Implemented Interfaces:
TexturePacker.Packer
Packs pages of images using the maximal rectangles bin packing algorithm by Jukka Jylänki. A brute force binary search is
used to pack into the smallest bin possible.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MaxRectsPacker
-
-
Method Details
-
pack
- Specified by:
pack
in interfaceTexturePacker.Packer
-