TexturePacker

The texture packer

Constructors

this
this(vec2i textureSize)

Max size of texture packer

Members

Functions

clear
void clear()

Clear the texture packer

packTexture
vec4i packTexture(vec2i size)

Packs a texture in to the bin

remove
void remove(vec4i area)

Remove an area from the texture packer

Meta