API Docs for: 2.0.0
Show:

TiltShiftXFilter Class

A TiltShiftXFilter.

Constructor

TiltShiftXFilter

()

Methods

syncUniforms

()

Syncs the uniforms between the class object and the shaders.

updateDelta

()

Updates the filter delta values.

Properties

blur

Number

The strength of the blur.

end

Number

The X value to end the effect at.

fragmentSrc

Array private

gradientBlur

Number

The strength of the gradient blur.

padding

Number

passes

Array an array of filter objects private

An array of passes - some filters contain a few steps this array simply stores the steps in a liniear fashion. For example the blur filter has two passes blurX and blurY.

shaders

Array an array of shaders private

start

Number

The X value to start the effect at.

uniforms

Object private