Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::PipelineRadiosityInstance::MaterialOverride

Overrides the nth material of each mesh with the geometry object.

Variables

NameDescription
PipelineMaterial m_Material

The new material properties.

Geo::u32 m_MaterialIndex

The index of the material to override.

Functions


Anchor
ad59312ef57224b122e7931c1b1680079
ad59312ef57224b122e7931c1b1680079

Enlighten::PipelineRadiosityInstance::MaterialOverride::MaterialOverride

...

public: MaterialOverride
(
    Geo::u32 materialIndex,
    PipelineMaterial material
)

...

Constructor.