C# Класс AcTools.Render.Kn5SpecificForward.Materials.Kn5MaterialSimpleMirror

Наследование: IRenderableMaterial, IEmissiveMaterial
Показать файл Открыть проект

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

Метод Описание
Dispose ( ) : void
Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void
Initialize ( DeviceContextHolder contextHolder ) : void
Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool
SetEmissive ( Vector3 value ) : void
SetEmissiveNext ( Vector3 value ) : void
SetMatrices ( Matrix objectTransform, ICamera camera ) : void

Приватные методы

Метод Описание
Kn5MaterialSimpleMirror ( ) : AcTools.Render.Base

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Draw() публичный Метод

public Draw ( DeviceContextHolder contextHolder, int indices, SpecialRenderMode mode ) : void
contextHolder DeviceContextHolder
indices int
mode SpecialRenderMode
Результат void

Initialize() публичный Метод

public Initialize ( DeviceContextHolder contextHolder ) : void
contextHolder DeviceContextHolder
Результат void

Prepare() публичный Метод

public Prepare ( DeviceContextHolder contextHolder, SpecialRenderMode mode ) : bool
contextHolder DeviceContextHolder
mode SpecialRenderMode
Результат bool

SetEmissive() публичный Метод

public SetEmissive ( Vector3 value ) : void
value Vector3
Результат void

SetEmissiveNext() публичный Метод

public SetEmissiveNext ( Vector3 value ) : void
value Vector3
Результат void

SetMatrices() публичный Метод

public SetMatrices ( Matrix objectTransform, ICamera camera ) : void
objectTransform Matrix
camera ICamera
Результат void