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

/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DTextureKey.java167 public void setTextureTypeHint(Type textureTypeHint) { method in class:TextureKey
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java130 ((TextureKey) info.getKey()).setTextureTypeHint(Type.ThreeDimensional);
132 ((TextureKey) info.getKey()).setTextureTypeHint(Type.CubeMap);

Completed in 342 milliseconds