Parameters |
Description |
int reflection |
[in] Maximum number of ray reflections. |
int refraction |
[in] Maximum number of ray refractions. |
int sum |
[in] Maximum number of ray reflections and refractions. |
Returns eOk if successful, or an appropriate error code if not.
Sets the maximum ray trace depths for this MentalRayRenderSettings object.
The defaults are as follows:
Argument |
Default |
reflection |
2 |
refraction |
2 |
sum |
4 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|