Property | Type | Description | |
---|---|---|---|
blurSpread | float | ||
iterations | int |
Method | Description | |
---|---|---|
FourTapCone ( RenderTexture source, RenderTexture dest, int iteration ) : void |
Method | Description | |
---|---|---|
OnDisable ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
DownSample4x ( RenderTexture source, RenderTexture dest ) : void | ||
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void | ||
Render4TapQuad ( RenderTexture dest, float offsetX, float offsetY ) : void | ||
Set4TexCoords ( float x, float y, float offsetX, float offsetY ) : void |
public FourTapCone ( RenderTexture source, RenderTexture dest, int iteration ) : void | ||
source | RenderTexture | |
dest | RenderTexture | |
iteration | int | |
return | void |