This method of the Direct3dRMMesh Class retrieves an address of the texture associated with a group in a Direct3dRMMesh object.
public Direct3dRMTexture getGroupTexture(int id);
Returns the Direct3dRMTexture object if successful; otherwise, returns null.
id | The group identifier. This identifier must have been produced by using the addGroup method. |