LambertMaterial.EmissiveColor

LambertMaterial.EmissiveColor property

Gets or sets the emissive color

public Vector3 EmissiveColor { get; set; }

Examples

var mat = new LambertMaterial();
mat.EmissiveColor = new Vector3(1, 1, 1);

See Also