pub unsafe extern "C" fn iplProbeArrayGenerateProbes(
    probeArray: IPLProbeArray,
    scene: IPLScene,
    params: *mut IPLProbeGenerationParams
)
Expand description

Generates probes and adds them to a probe array.

\param scene The scene in which to generate probes. \param params Parameters to use for generating probes. \param probeArray The array into which to add the generated probes.