Manages the creation of image atlases.
Images added to this manager will be inserted into an atlas, which
will be used for rendering.
The size given in the constructor is the size for the first
atlas. After that, when new atlases are created, they will have
twice the size as the latest atlas (until maxSize is reached).
If an application uses many images or very large images, it is recommended
to set a higher size value to avoid the creation of too many atlases.
Optional opt_options: AtlasManagerOptionsOptions.
Generated using TypeDoc
Manages the creation of image atlases.
Images added to this manager will be inserted into an atlas, which will be used for rendering. The
sizegiven in the constructor is the size for the first atlas. After that, when new atlases are created, they will have twice the size as the latest atlas (untilmaxSizeis reached).If an application uses many images or very large images, it is recommended to set a higher
sizevalue to avoid the creation of too many atlases.Struct
Api
Param: opt_options
Options.