Uses of Class
jme3tools.optimize.TextureAtlas

Packages that use TextureAtlas
jme3tools.optimize   
 

Uses of TextureAtlas in jme3tools.optimize
 

Methods in jme3tools.optimize that return TextureAtlas
static TextureAtlas TextureAtlas.createAtlas(Spatial root, int atlasSize)
          Create a texture atlas for the given root node, containing DiffuseMap, NormalMap and SpecularMap.