C# 클래스 CSPspEmu.Core.Gpu.State.SubStates.LightingStateStruct

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
AmbientLightColor ColorfStruct
AmbientModelColor ColorfStruct
DiffuseModelColor ColorfStruct
EmissiveModelColor ColorfStruct
Enabled bool
Light0 LightStateStruct
LightModel LightModelEnum
MaterialColorComponents LightComponentsSet
SpecularModelColor ColorfStruct
SpecularPower float

프로퍼티 상세

AmbientLightColor 공개적으로 프로퍼티

public ColorfStruct AmbientLightColor
리턴 ColorfStruct

AmbientModelColor 공개적으로 프로퍼티

public ColorfStruct AmbientModelColor
리턴 ColorfStruct

DiffuseModelColor 공개적으로 프로퍼티

public ColorfStruct DiffuseModelColor
리턴 ColorfStruct

EmissiveModelColor 공개적으로 프로퍼티

public ColorfStruct EmissiveModelColor
리턴 ColorfStruct

Enabled 공개적으로 프로퍼티

Lighting Enable (GL_LIGHTING)
public bool Enabled
리턴 bool

Light0 공개적으로 프로퍼티

public LightStateStruct,CSPspEmu.Core.Gpu.State.SubStates Light0
리턴 LightStateStruct

LightModel 공개적으로 프로퍼티

public LightModelEnum LightModel
리턴 LightModelEnum

MaterialColorComponents 공개적으로 프로퍼티

public LightComponentsSet MaterialColorComponents
리턴 LightComponentsSet

SpecularModelColor 공개적으로 프로퍼티

public ColorfStruct SpecularModelColor
리턴 ColorfStruct

SpecularPower 공개적으로 프로퍼티

public float SpecularPower
리턴 float