Package arc.packer

Class MaxRectsPacker

java.lang.Object
arc.packer.MaxRectsPacker
All Implemented Interfaces:
TexturePacker.Packer

public class MaxRectsPacker extends Object implements 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.