C# Класс Axiom.Graphics.IlluminationPass

Struct recording a pass which can be used for a specific illumination stage.
This structure is used to record categorized passes which fit into a number of distinct illumination phases - ambient, diffuse / specular (per-light) and decal (post-lighting texturing). An original pass may fit into one of these categories already, or it may require splitting into its component parts in order to be categorized properly.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DestroyOnShutdown bool
OriginalPass Pass
Pass Pass
Stage IlluminationStage

Описание свойств

DestroyOnShutdown публичное свойство

Whether this pass is one which should be deleted itself.
public bool DestroyOnShutdown
Результат bool

OriginalPass публичное свойство

The original pass which spawned this one.
public Pass,Axiom.Graphics OriginalPass
Результат Pass

Pass публичное свойство

The pass to use in this stage.
public Pass,Axiom.Graphics Pass
Результат Pass

Stage публичное свойство

The stage at which this pass is relevant.
public IlluminationStage Stage
Результат IlluminationStage