ICurrentEnvironment
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public interface ICurrentEnvironment : ICurrentEnvironment_Get
The ICurrentEnvironment type exposes the following members.
Properties
Name
Description
Public Property
ForAnyUsage
Obsolete.
Public Property
ForBackground
Get or set the RenderEnvironment used as the 360 degree backdrop environment. If getting, null will be returned if the background mode is set to ‘Solid Color’ or ‘Gradient’ (i.e., not ‘Environment’). If setting, passing null will not work because this environment usage can’t be turned off.
Public Property
ForBackground_CheckMode
Obsolete.
Public Property
ForLighting
Get or set the RenderEnvironment used as custom skylighting environment. If getting, null will be returned if the custom skylighting environment override is disabled. If setting, passing null will turn the custom skylighting environment override off but it will not actually set its id to null. Setting to a valid environment will also turn the custom skylighting environment override on.
Public Property
ForReflectionAndRefraction
Get or set the RenderEnvironment used as custom reflection (and refraction) environment. If getting, null will be returned if the custom reflection override is disabled. If setting, passing null will turn the custom reflection environment override off but it will not actually set its id to null. Setting to a valid environment will also turn the custom reflection environment override on.