This method of the Direct3dRMMesh Class returns a description of how textures are mapped to a group in a Direct3dRMMesh object.
public int getGroupMapping(int id);
Returns one value of mapping type describing how textures are mapped to a group, if successful; otherwise, returns zero.
id | The group identifier. This identifier must have been produced by using the addGroup method. |