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

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 463 Image textureImage = new Image();
464 textureImage.setFormat(format);
465 textureImage.setWidth(width);
466 textureImage.setHeight(height);
467 textureImage.setData(scratch);
468 return textureImage;

Completed in 230 milliseconds