HomeSort by relevance Sort by last modified time
    Searched full:atlaswidth (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 123 private int atlasWidth, atlasHeight;
131 this.atlasWidth = width;
277 image = new byte[atlasWidth * atlasHeight * 4];
287 int i = ((xPos + x) + (yPos + y) * atlasWidth) * 4;
401 Texture2D tex = new Texture2D(new Image(format, atlasWidth, atlasHeight, BufferUtils.createByteBuffer(image)));
636 float x = (float) getX() / (float) atlasWidth;
638 float w = (float) getWidth() / (float) atlasWidth;

Completed in 564 milliseconds