This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

struct Enlighten::PipelineRadiosityInstance::MaterialOverride

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

Variables

Name Description
PipelineMaterial m_Material

The new material properties.

Geo::u32 m_MaterialIndex

The index of the material to override.

Functions

Name Description
MaterialOverride(Geo::u32, PipelineMaterial)

Constructor.


Enlighten::PipelineRadiosityInstance::MaterialOverride::MaterialOverride


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


Constructor.

  • No labels