Developers creating texture maps should use the constant text strings shown below to distinguish between the various types of maps so they can be separated in the Material/Map Browser.
The appropriate string should be returned by the ClassDesc::Category() method of the Texture map. For example:
const TCHAR* Category() { return TEXMAP_CAT_3D; }