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

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

Completed in 17 milliseconds