Searched refs:setTextureParam (Results 1 – 3 of 3) sorted by relevance
481 public void setTextureParam(String name, VarType type, Texture value) { in setTextureParam() method in Material534 setTextureParam(name, paramType, value); in setTexture()
279 material.setTextureParam(name, p.getVarType(), (Texture) valueObj); in readValueParam()
374 result.setTextureParam("Texture", VarType.Texture2D, texture); in getParticlesMaterial()