Vixen
02b45cc4
csharp
public sealed class LightProbe

One baked sample of the indirect light arriving at a point.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A position and nine coefficients per channel, which is the whole of it. What makes a probe useful is not the probe, it is the LightProbeVolume that knows which four of them a position sits between.

Fields and properties (2)

  • public Vector3 Position

    Where the probe was captured, in world space.

  • public ShCoefficients Coefficients

    The environment there, projected into order-2 spherical harmonics.

Used by (2)

  • LightProbeTestsVixen.Rendering.Tests
  • LightProbeVolumeVixen.Rendering