This method of the Direct3dRMMaterial Class sets the emissive property of a material.
public void setEmissive(float r, float g, float b);
r | The red component of the emissive color. |
g | The green component of the emissive color. |
b | The blue component of the emissive color. |