This method of the Direct3dRMMesh Class sets the color of a group in a Direct3dRMMesh object by using individual RGB values.
public void setGroupColorRGB(int id, float r, float g, float b);
id | The group identifier. This identifier must have been produced by using the addGroup method. |
r | The red component of the group color. |
g | The green component of the group color. |
b | The blue component of the group color. |