Vixen
02b45cc4
csharp
public enum SurfaceCapturePlane

Which of a card's surface planes a pass is drawing.

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

Fields and properties (3)

  • Albedo

    What fraction of each channel the surface reflects.

  • Normal

    Which way it faces, in world space, as signed floats.

  • Emissive

    What it emits, as radiance.

Used by (3)

  • SurfaceCacheRendererDeviceTestsVixen.Graphics.Golden.Tests
  • SurfaceCardCaptureVixen.Rendering
  • SurfaceCardCaptureDeviceTestsVixen.Graphics.Golden.Tests