Microsoft SDK for Java

setEmissive

This method of the Direct3dRMMaterial Class sets the emissive property of a material.

Syntax

public void setEmissive(float r, float g, float b);

Parameters

r The red component of the emissive color.
g The green component of the emissive color.
b The blue component of the emissive color.

See Also

getEmissive

© 1999 Microsoft Corporation. All rights reserved. Terms of use.