public class SepiaFilter extends AMaterial implements IPostProcessingFilter
| Constructor and Description |
|---|
SepiaFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setShaders(java.lang.String vertexShader,
java.lang.String fragmentShader) |
void |
useProgram() |
boolean |
usesDepthBuffer() |
addTexture, addTexture, addTexture, bindTextures, copyTexturesTo, getModelViewMatrix, getTextureInfoList, getUseColor, reload, setCamera, setColors, setInterpolation, setLightParams, setLights, setModelMatrix, setMVPMatrix, setNextFrameNormals, setNextFrameVertices, setNormals, setShaders, setTextureCoords, setTextureCoords, setUseColor, setVertices, setViewMatrix, toString, unbindTextures, unloadequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddTexturepublic boolean usesDepthBuffer()
usesDepthBuffer in interface IPostProcessingFilterpublic void useProgram()
useProgram in class AMaterialpublic void setShaders(java.lang.String vertexShader,
java.lang.String fragmentShader)
setShaders in class AMaterial