C# Class AcTools.Render.Kn5SpecificForward.Materials.AmbientShadowMaterialSimple

Inheritance: IRenderableMaterial
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void
Initialize ( DeviceContextHolder contextHolder ) : void
Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool
SetMatrices ( Matrix objectTransform, ICamera camera ) : void

Private Methods

Méthode Description
AmbientShadowMaterialSimple ( string filename ) : System.Diagnostics

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void
contextHolder DeviceContextHolder
indices int
mode SpecialRenderMode
Résultat void

Initialize() public méthode

public Initialize ( DeviceContextHolder contextHolder ) : void
contextHolder DeviceContextHolder
Résultat void

Prepare() public méthode

public Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool
contextHolder DeviceContextHolder
mode SpecialRenderMode
Résultat bool

SetMatrices() public méthode

public SetMatrices ( Matrix objectTransform, ICamera camera ) : void
objectTransform Matrix
camera ICamera
Résultat void