Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.phase.effect.DOFPhase
Extends/Implements :
un.engine.opengl.phase.effect.AbstractTexturePhase
Subclasses : -
Variables : -
Functions :
DOFPhase,
DOFPhase,
getNearBlurDepth,
setNearBlurDepth,
getFocalPlaneDepthMin,
getFocalPlaneDepthMax,
setFocalPlaneDepth,
setFocalPlaneDepth,
getFarBlurDepth,
setFarBlurDepth,
getCutoff,
setCutoff,
getCamera,
setCamera,
getActor
public void
DOFPhase (Texture texture, Texture positionWorldTexture, Texture bluredTexture, float nearBlurDepth, float focalPlaneDepthMin, float focalPlaneDepthMax, float farBlurDepth, float cutoff, Camera camera)
public void
DOFPhase (FBO output, Texture texture, Texture positionWorldTexture, Texture bluredTexture, float nearBlurDepth, float focalPlaneDepthMin, float focalPlaneDepthMax, float farBlurDepth, float cutoff, Camera camera)
public float
getNearBlurDepth ()
public void
setNearBlurDepth (float nearBlurDepth)
public float
getFocalPlaneDepthMin ()
public float
getFocalPlaneDepthMax ()
public void
setFocalPlaneDepth (float focalPlaneDepth)
public void
setFocalPlaneDepth (float focalPlaneDepthMin, float focalPlaneDepthMax)
public float
getFarBlurDepth ()
public void
setFarBlurDepth (float farBlurDepth)
public float
getCutoff ()
public void
setCutoff (float cutoff)
public Camera
getCamera ()
public void
setCamera (Camera camera)
protected DOFActor
getActor ()
author Johann Sorel