TGourandShadedDelaunayTrianglesSampler.PrepareSampling

procedure PrepareSampling; override;

Description

The PrepareSampling method should be called before calling GetSample, as internal variables are precalculated prior to any per-pixel-processing here. See TCustomSampler.PrepareSampling for further details how and when this method is called.

See Also

TCustomSampler.PrepareSampling