C# Class Axiom.Demos.DeferredShadingSystem.MaterialGenerator

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
_bitNames List
_generator IMaterialGeneratorStrategy
_matMask System.UInt32
_materialBaseName string
_materialCache Material>.Dictionary
_psMask System.UInt32
_vsCache GpuProgram>.Dictionary
_vsMask System.UInt32

Méthodes publiques

Méthode Description
GetMaterial ( UInt32 permutation ) : Material

Méthodes protégées

Méthode Description
GetPixelShader ( UInt32 permutation ) : Axiom.Graphics.GpuProgram
GetTemplateMaterial ( UInt32 permutation ) : Material
GetVertexShader ( UInt32 permutation ) : Axiom.Graphics.GpuProgram
MaterialGenerator ( ) : System

Method Details

GetMaterial() public méthode

public GetMaterial ( UInt32 permutation ) : Material
permutation System.UInt32
Résultat Axiom.Graphics.Material

GetPixelShader() protected méthode

protected GetPixelShader ( UInt32 permutation ) : Axiom.Graphics.GpuProgram
permutation System.UInt32
Résultat Axiom.Graphics.GpuProgram

GetTemplateMaterial() protected méthode

protected GetTemplateMaterial ( UInt32 permutation ) : Material
permutation System.UInt32
Résultat Axiom.Graphics.Material

GetVertexShader() protected méthode

protected GetVertexShader ( UInt32 permutation ) : Axiom.Graphics.GpuProgram
permutation System.UInt32
Résultat Axiom.Graphics.GpuProgram

MaterialGenerator() protected méthode

protected MaterialGenerator ( ) : System
Résultat System

Property Details

_bitNames protected_oe property

protected List _bitNames
Résultat List

_generator protected_oe property

protected IMaterialGeneratorStrategy _generator
Résultat IMaterialGeneratorStrategy

_matMask protected_oe property

protected UInt32,System _matMask
Résultat System.UInt32

_materialBaseName protected_oe property

protected string _materialBaseName
Résultat string

_materialCache protected_oe property

protected Dictionary _materialCache
Résultat Material>.Dictionary

_psMask protected_oe property

protected UInt32,System _psMask
Résultat System.UInt32

_vsCache protected_oe property

protected Dictionary _vsCache
Résultat GpuProgram>.Dictionary

_vsMask protected_oe property

protected UInt32,System _vsMask
Résultat System.UInt32