C# 클래스 AcTools.Render.Kn5SpecificForward.Materials.Kn5MaterialSimpleMirror

상속: IRenderableMaterial, IEmissiveMaterial
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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