OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1553 milliseconds