Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMentalRayRenderSettings::sampling Method
Syntax
C++
void sampling(int& min, int& max) const;

Returns the minimum and maximum sampling rates when rendering a pixel for this MentalRayRenderSettings object.

Parameters
Description
min
[out] Receives the minimum sampling rate. [-3 .. 5]
max
[out] Receives the maximum sampling rate. [-3 .. 5]
  • Negative values enable subsampling.
  • -3 specifies one sample per 64 pixels
  • 5 specfies one sample per 1028 pixels
  • The default value of min == -1
  • The default value of max == 0
Copyright © 2002-2022. Open Design Alliance All rights reserved.