HomeSort by relevance Sort by last modified time
    Searched refs:texVal (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParam.java 259 Texture texVal = (Texture) value;
260 TextureKey texKey = (TextureKey) texVal.getKey();
269 if (texVal.getWrap(Texture.WrapAxis.S) == WrapMode.Repeat) {
Material.java     [all...]

Completed in 23 milliseconds