Home
last modified time | relevance | path

Searched refs:reflectionProcessor (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DWaterFilter.java77 private ReflectionProcessor reflectionProcessor; field in WaterFilter
153 reflectionProcessor.setReflectionClipPlane(plane); in preFrame()
246reflectionProcessor = new ReflectionProcessor(reflectionCam, reflectionPass.getRenderFrameBuffer()… in initFilter()
247 reflectionView.addProcessor(reflectionProcessor); in initFilter()