Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMentalRayRenderSettings::setFGRayCount Method
Syntax
C++
OdResult setFGRayCount(int fgRayCount);

Sets the final gathering ray count for this MentalRayRenderSettings object.

Parameters
Description
fgRayCount
[in] Final gathering ray count.

Returns eOk if successful, or an appropriate error code if not.

In order to compute indirect illumination of a scent, FGRayCount rays are shot into the scene for each final gathering point. 

The default value for FGRayCount = 1000.

Copyright © 2002-2022. Open Design Alliance All rights reserved.