Searched refs:niftyMat (Results 1 – 1 of 1) sorted by relevance
70 private final Material niftyMat; field in RenderDeviceJme93 niftyMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyTex.j3md"); in RenderDeviceJme()94 niftyMat.getAdditionalRenderState().setDepthTest(false); in RenderDeviceJme()240 niftyMat.setColor("Color", convertColor(color, tempColor)); in renderFont()241 niftyMat.getAdditionalRenderState().setBlendMode(RenderState.BlendMode.Alpha); in renderFont()243 text.setMaterial(niftyMat); in renderFont()262 niftyMat.getAdditionalRenderState().setBlendMode(convertBlend()); in renderImage()263 niftyMat.setColor("Color", convertColor(color, tempColor)); in renderImage()264 niftyMat.setTexture("Texture", texture); in renderImage()298 niftyMat.render(quadGeom, rm); in renderImage()[all …]