Vixen
02b45cc4
csharp
public record class EmissiveFeature

Adds emitted radiance, unaffected by lighting.

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

Fields and properties (3)

  • public Vector3 EmissiveColor

    The colour emitted, linear.

  • public float Intensity

    What it is multiplied by, so colour and brightness are authored apart.

  • public string ShaderName

    The Raven shader implementing this feature, from Raven/Library/Material.

Methods (1)

Used by (6)

  • MaterialCompilerTestsVixen.Rendering.Tests
  • MaterialSurfaceVixen.Rendering
  • MaterialSurfaceTestsVixen.Rendering.Tests
  • TexturedMaterialTestsVixen.Rendering.Tests
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Materials_EmissiveFeatureSerializerVixen.Rendering