C# Класс Axiom.Demos.DeferredShadingSystem.PostFilter

Static class to dynamically create PostFilters
NOTE: This could be done as a Compositor Script as well.
Показать файл Открыть проект

Открытые методы

Метод Описание
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