DisplayPipeline.EnableLighting Method

DisplayPipelineEnableLighting Method

Enable or disable the Lighting logic of the engine.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void EnableLighting(
	bool enable
)
Public Sub EnableLighting ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean
true to enable Lighting, false to disable.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also