C# Class CSPspEmu.Core.Gpu.State.SubStates.LightingStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
AmbientLightColor ColorfStruct
AmbientModelColor ColorfStruct
DiffuseModelColor ColorfStruct
EmissiveModelColor ColorfStruct
Enabled bool
Light0 LightStateStruct
LightModel LightModelEnum
MaterialColorComponents LightComponentsSet
SpecularModelColor ColorfStruct
SpecularPower float

Property Details

AmbientLightColor public property

public ColorfStruct AmbientLightColor
return ColorfStruct

AmbientModelColor public property

public ColorfStruct AmbientModelColor
return ColorfStruct

DiffuseModelColor public property

public ColorfStruct DiffuseModelColor
return ColorfStruct

EmissiveModelColor public property

public ColorfStruct EmissiveModelColor
return ColorfStruct

Enabled public property

Lighting Enable (GL_LIGHTING)
public bool Enabled
return bool

Light0 public property

public LightStateStruct,CSPspEmu.Core.Gpu.State.SubStates Light0
return LightStateStruct

LightModel public property

public LightModelEnum LightModel
return LightModelEnum

MaterialColorComponents public property

public LightComponentsSet MaterialColorComponents
return LightComponentsSet

SpecularModelColor public property

public ColorfStruct SpecularModelColor
return ColorfStruct

SpecularPower public property

public float SpecularPower
return float