Searched refs:getTextureValue (Results 1 – 9 of 9) sorted by relevance
26 public Texture getTextureValue() { in getTextureValue() method in MatParamTexture46 r.setTexture(getUnit(), getTextureValue()); in apply()
179 if (tex.getTextureValue() != null && tex.getTextureValue().getImage() != null) { in getSortId()183 texId += tex.getTextureValue().getImage().getId() % 0xff; in getSortId()930 r.setTexture(0, texParam.getTextureValue()); in preload()1113 … if (texVal.getTextureValue() == null || texVal.getTextureValue().getImage() == null) { in read()
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()
307 textures.put(textureParamName, matParamTexture.getTextureValue()); in getNonTexturedMaterial()
549 Texture texture = param.getTextureValue(); in getMaterialTexture()