IDirect3DRMMesh::GetGroupMapping
Returns a description of how textures are mapped to a group in a Direct3DRMMesh object.
D3DRMMAPPING GetGroupMapping(
D3DRMGROUPINDEX id
);
Parameters
id
Identifier of the group. This identifier must have been produced by using the IDirect3DRMMesh::AddGroup method.
Return Values
Returns one of the D3DRMMAPPING values describing how textures are mapped to a group, if successful. Returns zero otherwise.
See Also