Home
last modified time | relevance | path

Searched defs:sourceTextureName (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DTextureAtlas.java193 String sourceTextureName = textureName(masterTexture); in addTexture() local
207 public void addTexture(Texture texture, String mapName, String sourceTextureName) { in addTexture()
213 addImage(texture.getImage(), name, mapName, sourceTextureName); in addTexture() local
231 private boolean addImage(Image image, String name, String mapName, String sourceTextureName) { in addImage()
374 String sourceTextureName = textureName(texture); in getAtlasTile() local