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

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 276 ADDITIONAL.applyAlphaTest = false;
303 boolean applyAlphaTest = true;
356 oc.write(applyAlphaTest, "applyAlphaTest", true);
393 applyAlphaTest = ic.readBoolean("applyAlphaTest", true);
459 applyAlphaTest = true;
    [all...]
Material.java     [all...]

Completed in 25 milliseconds