Vixen
02b45cc4
csharp
public readonly record struct ImpostorSample

How much of a cell a direction takes, when three of them are blended.

Read the guide page for this →

Fields and properties (2)

  • public ImpostorCell Cell

    Which cell.

  • public float Weight

    How much of it, 0…1. The three weights sum to one.

Methods (1)

  • public ImpostorSample(ImpostorCell Cell, float Weight)

    How much of a cell a direction takes, when three of them are blended.

Used by (2)

  • ImpostorGridVixen.Rendering
  • ImpostorTestsVixen.Rendering.Tests