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

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTextureAtlas.java123 private int atlasWidth, atlasHeight; field in class:TextureAtlas
132 this.atlasHeight = height;
277 image = new byte[atlasWidth * atlasHeight * 4];
401 Texture2D tex = new Texture2D(new Image(format, atlasWidth, atlasHeight, BufferUtils.createByteBuffer(image)));
637 float y = (float) getY() / (float) atlasHeight;
639 float h = (float) getHeight() / (float) atlasHeight;

Completed in 57 milliseconds