HomeSort by relevance Sort by last modified time
    Searched refs:setTextureTypeHint (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
TextureKey.java 167 public void setTextureTypeHint(Type textureTypeHint) {
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 130 ((TextureKey) info.getKey()).setTextureTypeHint(Type.ThreeDimensional);
132 ((TextureKey) info.getKey()).setTextureTypeHint(Type.CubeMap);

Completed in 45 milliseconds