This is the documentation for Enlighten.
Overrides the nth material of each mesh with the geometry object.
| Name | Description |
|---|---|
| PipelineMaterial m_Material | The new material properties. |
| Geo::u32 m_MaterialIndex | The index of the material to override. |
| Name | Description |
|---|---|
| PipelineInstanceMaterial(Geo::u32, PipelineMaterial) | Constructor. |
public: PipelineInstanceMaterial
(
Geo::u32 materialIndex,
PipelineMaterial material
)
Constructor.