Home
last modified time | relevance | path

Searched refs:anisotropy (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DTextureKey.java49 private int anisotropy; field in TextureKey
124 return anisotropy; in getAnisotropy()
127 public void setAnisotropy(int anisotropy) { in setAnisotropy() argument
128 this.anisotropy = anisotropy; in setAnisotropy()
178 oc.write(anisotropy, "anisotropy", 0); in write()
188 anisotropy = ic.readInt("anisotropy", 0); in read()