Class Threshold
java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<Threshold>
gaiasky.util.gdx.contrib.postprocess.filters.Threshold
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
Filter.Parameter
-
Field Summary
Fields inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
inputBuffer, inputTexture, outputBuffer, program, quad, u_texture0, u_texture1, u_texture2, u_texture3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
protected void
This method will get called just before a rendering operation occurs.void
rebind()
void
setThreshold
(float threshold) Methods inherited from class gaiasky.util.gdx.contrib.postprocess.filters.Filter
dispose, endParams, realRender, render, setInput, setInput, setOutput, setParam, setParam, setParam, setParam, setParam, setParam, setParams, setParams, setParams, setParams, setParams, setParams, setParamsv, setParamv, updateProgram
-
Constructor Details
-
Threshold
public Threshold()
-
-
Method Details
-
setThreshold
public void setThreshold(float threshold) -
getThreshold
public float getThreshold() -
onBeforeRender
protected void onBeforeRender()Description copied from class:Filter
This method will get called just before a rendering operation occurs.- Specified by:
onBeforeRender
in classFilter<Threshold>
-
rebind
public void rebind()
-