C++
Acad::ErrorStatus setLightsInBlocks( bool val );
Description
Specify whether all lights in blocks are ignored and do not contribute lighting to the scene. The default setting is true.
Returns Acad::eOk on success.
Parameters
Parameters | Description |
---|---|
val | Input value of lights in blocks. |