Searched refs:TextureAtlas (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/tools/
H A DTestTextureAtlas.java43 import jme3tools.optimize.TextureAtlas;
72 Geometry geom = TextureAtlas.makeAtlasBatch(scene, assetManager, 2048);
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java61 * <b><code>TextureAtlas</code></b> allows combining multiple textures to one texture atlas.
63 * <p>After the TextureAtlas has been created with a certain size, textures can be added for
80 * <p>The TextureAtlas also allows you to change the texture coordinates of a mesh or geometry
96 * Geometry geom = TextureAtlas.makeAtlasBatch(scene);
103 * TextureAtlas atlas = TextureAtlas.createAtlas(scene);
105 * TextureAtlas atlas = new TextureAtlas(1024,1024);
119 public class TextureAtlas { class
121 private static final Logger logger = Logger.getLogger(TextureAtlas
130 public TextureAtlas(int width, int height) { method in class:TextureAtlas
[all...]

Completed in 83 milliseconds