Searched defs:usesMipMapLevels (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DTexture.java146 private boolean usesMipMapLevels; field in class:Texture.MinFilter
148 private MinFilter(boolean usesMipMapLevels) { argument
149 this.usesMipMapLevels = usesMipMapLevels;
152 public boolean usesMipMapLevels() { method in class:Texture.MinFilter
153 return usesMipMapLevels;

Completed in 182 milliseconds