C# Class Axiom.Demos.DeferredShadingSystem.PostFilter

Static class to dynamically create PostFilters
NOTE: This could be done as a Compositor Script as well.
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
CreateAll ( ) : void

Private Methods

Method Description
CreateAmbientAndMultipleLightPassFilter ( ) : void

Postfilter doing full deferred shading with an ambient pass and multiple light passes

CreateFatRenderTargetFilter ( ) : void

Postfilter for rendering to fat render target. Excludes skies, backgrounds and other unwanted objects.

CreateShowColorChannelFilter ( ) : void

Postfilter that shows the color channel

CreateShowDepthAndSpecularChannelFilter ( ) : void

Postfilter that shows the depth and specular channel

CreateShowNormalChannelFilter ( ) : void

Postfilter that shows the normal channel

CreateTwoLightFilter ( ) : void

Postfilter doing full deferred shading with two lights in one pass.

Method Details

CreateAll() public static method

public static CreateAll ( ) : void
return void