Searched refs:refractionBuffer (Results 1 – 1 of 1) sorted by relevance
97 protected FrameBuffer refractionBuffer; field in SimpleWaterProcessor309 refractionBuffer = new FrameBuffer(renderWidth, renderHeight, 1); in createPreViews()311 refractionBuffer.setDepthBuffer(Format.Depth); in createPreViews()312 refractionBuffer.setColorTexture(refractionTexture); in createPreViews()313 refractionBuffer.setDepthTexture(depthTexture); in createPreViews()315 refractionView.setOutputFrameBuffer(refractionBuffer); in createPreViews()