IEffectLightsΒΆ
-
interface
IEffectLights The common effect light rendering parameters.
-
Vector3
AmbientLightColor The floating point ambient light color.
-
readonly DirectionalLight
DirectionalLight0 Returns the first directional light.
-
readonly DirectionalLight
DirectionalLight1 Returns the second directional light.
-
readonly DirectionalLight
DirectionalLight2 Returns the third directional light.
-
bool
LightingEnabled Toggles the rendering of lighting.
-
void
EnableDefaultLighting() Initializes the lights to the standard key/fill/back lighting rig.
-
Vector3