csharp
public sealed class LightProbeOne 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 PositionWhere the probe was captured, in world space.
public ShCoefficients CoefficientsThe environment there, projected into order-2 spherical harmonics.
Used by (2)
- LightProbeTestsVixen.Rendering.Tests
- LightProbeVolumeVixen.Rendering