Searched refs:normalTexture (Results 1 – 2 of 2) sorted by relevance
69 private Texture2D normalTexture; field in WaterFilter249 …normalTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/water_normalmap.dds… in initFilter()258 normalTexture.setWrap(WrapMode.Repeat); in initFilter()267 material.setTexture("NormalMap", normalTexture); in initFilter()715 public void setNormalTexture(Texture2D normalTexture) { in setNormalTexture() argument716 this.normalTexture = normalTexture; in setNormalTexture()717 normalTexture.setWrap(WrapMode.Repeat); in setNormalTexture()
103 protected Texture2D normalTexture; field in SimpleWaterProcessor264 …normalTexture = (Texture2D) manager.loadTexture("Common/MatDefs/Water/Textures/water_normalmap.dds… in loadTextures()266 normalTexture.setWrap(WrapMode.Repeat); in loadTextures()280 mat.setTexture("water_normalmap", normalTexture); in applyTextures()