#include <IDXMaterialMap.h>
Inherits DX::IDXModelOwned, DX::IDXMaterialOwned, and DX::IDXUserData.
Inherited by DX::IDXLightMap, and DX::IDXMultiMap.
Public Member Functions | |
virtual uint DXMCALL | GetMapCoordChannel () const =0 |
virtual const wchar_t *DXMCALL | GetSource () const =0 |
virtual DXMapType DXMCALL | GetType () const =0 |
virtual void DXMCALL | SetMapCoordChannel (uint channel)=0 |
virtual DXError DXMCALL | SetSource (const wchar_t *source)=0 |
virtual uint DXMCALL DX::IDXMaterialMap::GetMapCoordChannel | ( | ) | const [pure virtual] |
Get the coordinate channel index that this map will be applied to.
virtual const wchar_t* DXMCALL DX::IDXMaterialMap::GetSource | ( | ) | const [pure virtual] |
Get the name of the texture that will be used for this map.
The | texture map. |
virtual DXMapType DXMCALL DX::IDXMaterialMap::GetType | ( | ) | const [pure virtual] |
Get the type of map this is.
virtual void DXMCALL DX::IDXMaterialMap::SetMapCoordChannel | ( | uint | channel | ) | [pure virtual] |
Set the coordinate channel that this map will be applied to.
channel | The channel index that will be used. |
virtual DXError DXMCALL DX::IDXMaterialMap::SetSource | ( | const wchar_t * | source | ) | [pure virtual] |
Set the filename that will be used for the map.
source | The name of the texture to use. |