C# Class MilkShakeFramework.Components.Lighting.LightingComponent

Inheritance: MilkShakeFramework.Core.Scenes.Components.SceneComponent
Show file Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
FixUp ( ) : void
LightingComponent ( LightingMode lightingMode = LightingMode.Knockout, LightMapSize mLightMapSize = LightMapSize.Full, int mBluriness ) : Krypton

Private Methods

Method Description
GenerateMatrix ( ) : void
GetProjectionMatrix ( ) : Matrix
GetViewMatrix ( ) : Matrix
KnockoutDraw ( ) : void
OverlayDraw ( ) : void
PostDraw ( ) : void
PreDraw ( ) : void

Method Details

FixUp() public method

public FixUp ( ) : void
return void

LightingComponent() public method

public LightingComponent ( LightingMode lightingMode = LightingMode.Knockout, LightMapSize mLightMapSize = LightMapSize.Full, int mBluriness ) : Krypton
lightingMode LightingMode
mLightMapSize LightMapSize
mBluriness int
return Krypton