Click or drag to resize

ICurrentEnvironment_Get Interface

[Missing <summary> documentation for "T:Rhino.Render.ICurrentEnvironment_Get"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface ICurrentEnvironment_Get

The ICurrentEnvironment_Get type exposes the following members.

Properties
  NameDescription
Public propertyForBackground
Get the RenderEnvironment used as the 360 degree backdrop environment. Null will be returned if the background mode is set to 'Solid Color' or 'Gradient' (i.e., not 'Environment').
Public propertyForBackground_CheckMode Obsolete.
Public propertyForLighting
Get the RenderEnvironment used as custom skylighting environment. Null will be returned if the custom skylighting environment override is disabled.
Public propertyForReflectionAndRefraction
Get the RenderEnvironment used as custom reflection (and refraction) environment. Null will be returned if the custom reflection override is disabled.
Top
See Also