Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java276 ADDITIONAL.applyAlphaTest = false;
303 boolean applyAlphaTest = true; field in RenderState
356 oc.write(applyAlphaTest, "applyAlphaTest", true); in write()
393 applyAlphaTest = ic.readBoolean("applyAlphaTest", true); in read()
459 applyAlphaTest = true; in setAlphaTest()
919 return applyAlphaTest; in isApplyAlphaTest()
1016 if (additionalState.applyAlphaTest) { in copyMergedTo()
1068 … applyBlendMode + "\nalphaTest=" + alphaTest + "\napplyAlphaTest=" + applyAlphaTest + "\nalphaFall… in toString()
DMaterial.java1135 additionalState.applyAlphaTest = additionalState.alphaTest; in read()