P_Rhino_Geometry_Light_SpotExponent - mcneel/rhinocommon-api-docs GitHub Wiki

Light.SpotExponent Property

The spot exponent varies from 0.0 to 128.0 and provides an exponential interface for controling the focus or concentration of a spotlight (like the OpenGL GL_SPOT_EXPONENT parameter). The spot exponent and hot spot parameters are linked; changing one will change the other. A hot spot setting of 0.0 corresponds to a spot exponent of 128. A hot spot setting of 1.0 corresponds to a spot exponent of 0.0.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public double SpotExponent { get; set; }

VB

Public Property SpotExponent As Double
	Get
	Set

Property Value

Type: Double

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Light Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️