Searched refs:getTextureParam (Results 1 – 7 of 7) sorted by relevance
305 MatParamTexture matParamTexture = material.getTextureParam(textureParamName); in getNonTexturedMaterial()395 if (material.getTextureParam(TEXTURE_TYPE_3D) != null) { in hasTexture()398 if (material.getTextureParam(TEXTURE_TYPE_ALPHA) != null) { in hasTexture()401 if (material.getTextureParam(TEXTURE_TYPE_COLOR) != null) { in hasTexture()404 if (material.getTextureParam(TEXTURE_TYPE_DIFFUSE) != null) { in hasTexture()407 if (material.getTextureParam(TEXTURE_TYPE_GLOW) != null) { in hasTexture()410 if (material.getTextureParam(TEXTURE_TYPE_NORMAL) != null) { in hasTexture()413 if (material.getTextureParam(TEXTURE_TYPE_SPECULAR) != null) { in hasTexture()431 return material.getTextureParam(textureType) != null; in hasTexture()
110 mat.getTextureParam("DiffuseMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()111 mat.getTextureParam("NormalMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()112 mat.getTextureParam("ParallaxMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()
126 mat.getTextureParam("DiffuseMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()127 mat.getTextureParam("NormalMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()128 mat.getTextureParam("ParallaxMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()
96 mat.getTextureParam("DiffuseMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()97 mat.getTextureParam("NormalMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()
78 mat.getTextureParam("DiffuseMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()79 mat.getTextureParam("NormalMap").getTextureValue().setWrap(WrapMode.Repeat); in setupFloor()
75 this.texture = (Texture2D) mat.getTextureParam("ColorMap").getTextureValue(); in BitmapTextPage()
352 public MatParamTexture getTextureParam(String name) { in getTextureParam() method in Material452 MatParamTexture val = getTextureParam(name); in clearTextureParam()487 MatParamTexture val = getTextureParam(name); in setTextureParam()