OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureAtlas
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java
43
import jme3tools.optimize.
TextureAtlas
;
72
Geometry geom =
TextureAtlas
.makeAtlasBatch(scene, assetManager, 2048);
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java
61
* <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
{
121
private static final Logger logger = Logger.getLogger(
TextureAtlas
.class.getName())
[
all
...]
Completed in 57 milliseconds