Searched refs:reflectionTexture (Results 1 – 1 of 1) sorted by relevance
100 protected Texture2D reflectionTexture; field in SimpleWaterProcessor162 dispReflection.setTexture(manager, reflectionTexture, false); in initialize()271 reflectionTexture = new Texture2D(renderWidth, renderHeight, Format.RGBA8); in createTextures()277 mat.setTexture("water_reflection", reflectionTexture); in applyTextures()296 reflectionBuffer.setColorTexture(reflectionTexture); in createPreViews()