Light.CreateSunLight Method (Sun)

LightCreateSunLight Method (Sun)

Constructs a light which simulates a Sun.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Light CreateSunLight(
	Sun sun
)
Public Shared Function CreateSunLight ( 
	sun As Sun
) As Light

Parameters

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

Return Value

Type: Light
A light.
Version Information

Rhino for Windows

Supported in: 6.14
See Also