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
- struct Vector3
- class LambertMaterial
- namespace Aspose.ThreeD.Shading
- assembly Aspose.3D