C# Class FlatRedBall.Graphics.PostProcessing.RadialBlur

Post processing effect which can be used to perform a radial blur.
Inheritance: PostProcessingEffectBase
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
InitializeEffect ( ) : void

Loads the effect

ToString ( ) : string

Reports this effect's name as a string

Protected Methods

Method Description
SetEffectParameters ( Camera camera ) : void

Private Methods

Method Description
RadialBlur ( ) : System

Internal Constructor (so this class can't be instantiated externally)

SetSampleParameters ( ) : void

Calculates and sets the sampling parameters in the shader

Method Details

InitializeEffect() public method

Loads the effect
public InitializeEffect ( ) : void
return void

SetEffectParameters() protected method

protected SetEffectParameters ( Camera camera ) : void
camera Camera
return void

ToString() public method

Reports this effect's name as a string
public ToString ( ) : string
return string