Light.lightSpecular

The intensity of the specular blob in objects affected by the light. At 0, the light becomes a pure diffuse light. When not baking emission, this can be used to avoid unrealistic reflections when placing lights above an emissive surface.

  1. double lightSpecular [@property getter]
    struct Light
    @nogc nothrow @property
    double
    lightSpecular
    ()
  2. double lightSpecular [@property setter]

Meta