C# 클래스 Axiom.Demos.DeferredShadingSystem.PostFilter

Static class to dynamically create PostFilters
NOTE: This could be done as a Compositor Script as well.
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
CreateAll ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

CreateAll() 공개 정적인 메소드

public static CreateAll ( ) : void
리턴 void