Click or drag to resize

LightCreateSunLight Method (Sun)

Constructs a light which simulates a Sun.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Light CreateSunLight(
	Sun sun
)

Parameters

sun
Type: Rhino.RenderSun
A Sun object from the Rhino.Render namespace.

Return Value

Type: Light
A light.
See Also