Share

Interface: SceneRadiosity

This is a Core Interface providing access to the Advanced Lighting panel in 3ds Max 5 and higher. It lets the user assign a new radiosity plug-in and open/close/minimize the panel.

Properties

SceneRadiosity.radiosity : maxObject : Read|Write|Validated by Validator function      

Get/Set the radiosity plug-in. Returns undefined if there is no plug-in registered.

Methods

<void>SceneRadiosity.showPanel()   

Opens the radiosity panel.

Note: The radiosity panel is disabled from MAXScript when there are no radiosity plug-ins registered. In this case the SceneRadiosity. showPanel() function published method doesn't do anything.
<void>SceneRadiosity.closePanel() 

Close the radiosity panel.

<void>SceneRadiosity.minimizePanel() 

Minimize the radiosity panel.

Was this information helpful?