public interface IEffectLights
Modifier and Type | Method and Description |
---|---|
void |
EnableDefaultLighting()
Enables default lighting for the current effect.
|
Vector3 |
getAmbientLightColor()
Gets the ambient light color for the current effect.
|
DirectionalLight |
getDirectionalLight0()
Gets the first directional light for the current effect.
|
DirectionalLight |
getDirectionalLight1()
Gets the second directional light for the current effect.
|
DirectionalLight |
getDirectionalLight2()
Gets the third directional light for the current effect.
|
boolean |
LightingEnabled() |
void |
setAmbientLightColor(Vector3 value)
Sets the ambient light color for the current effect.
|
void |
setLightingEnabled(boolean value)
Enables or disables lighting in an IEffectLights.
|
Vector3 getAmbientLightColor()
void setAmbientLightColor(Vector3 value)
DirectionalLight getDirectionalLight0()
DirectionalLight getDirectionalLight1()
DirectionalLight getDirectionalLight2()
boolean LightingEnabled()
void setLightingEnabled(boolean value)
void EnableDefaultLighting()