Click or drag to resize
DigitalRuneDRModelProcessorOnConvertMaterial Method
Called by the framework when the MaterialContent property of a GeometryContent object is encountered in the input node collection.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
protected virtual DRMaterialContent OnConvertMaterial(
	MaterialContent material,
	ContentProcessorContext context
)

Parameters

material
Type: MaterialContent
The input material content.
context
Type: ContentProcessorContext
The context of this processor.

Return Value

Type: DRMaterialContent
The converted material content.
Remarks
See Also