C# Class AcTools.Render.DeferredShading.Lights.DirectionalLight

Inheritance: BaseLight
Mostrar archivo Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
Color Vector3

Public Methods

Method Description
Dispose ( ) : void
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawInner() public method

public DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
return void

OnInitialize() public method

public OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
return void

Resize() public method

public Resize ( DeviceContextHolder holder, int width, int height ) : void
holder DeviceContextHolder
width int
height int
return void

Property Details

Color public_oe property

public Vector3 Color
return Vector3