Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PppiProbeSetHandle Enlighten::PppiWorld::AddProbeSet

...

public: PppiProbeSetHandle AddProbeSet
(
    const RadProbeSetCore * probeSet,
    float * probeOutput
)

...

public: void ProbeSetOutputChanged
(
    PppiProbeSetHandle handle,
    PppiProbeSetLod lod
)

...

Notify that the probe output changed for the given probe set.

...

public: void RemoveProbeSet
(
    PppiProbeSetHandle handle
)

...

Remove a probe set from the world.

...