Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMentalRayRenderSettings::photonTraceDepth Method
Syntax
C++
void photonTraceDepth(int& reflection, int& refraction, int& sum) const;

Returns the maximum photon trace depths for this MentalRayRenderSettings object. 

 

Parameters
Description
reflection
[out] Receives the maximum number of photon reflections.
refraction
[out] Receives the maximum number of photon refractions.
sum
[out] Receives the maximum number of photon reflections and refractions.
Copyright © 2002-2022. Open Design Alliance All rights reserved.