IParticleChannelMeshMap.h
         
    
Returns the number of mapping channels in use. 
 
 
  
  | 
        
          | bool MapSupport | ( | int | mp | ) | const |  | pure virtual | 
 
Returns true if the specified mapping channel is supported; otherwise false. 
- Parameters
- 
  
    | mp | Specifies the channel. See List of Mapping Channel Index Values. |  
 
 
 
Returns an interface if the specified mapping channel is supported; otherwise NULL. 
- Parameters
- 
  
    | mp | Specifies the channel. See List of Mapping Channel Index Values. |  
 
 
 
Implements FPInterface.
#define PARTICLECHANNELMESHMAPR_INTERFACE
Definition: IParticleChannelMeshMap.h:23
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613
 
 
 
  
  | 
        
          | void SetNumMaps | ( | int | ct, |  
          |  |  | bool | keep = false |  
          |  | ) |  |  |  | pure virtual | 
 
Sets the number of texture maps used. 
Note that this call is made automatically if SetMapSupport() is called. 
- Parameters
- 
  
    | ct | The number of texture maps to use. This is a value between 0 and MAX_MESHMAPS-1. |  | keep | True to keep the old mapping information after the resize; false to discard it. |  
 
 
 
  
  | 
        
          | void SetMapSupport | ( | int | mp, |  
          |  |  | bool | support = true |  
          |  | ) |  |  |  | pure virtual | 
 
Sets whether the specified mapping channels is supported or not. 
- Parameters
- 
  
    | mp | Specifies the channel. See List of Mapping Channel Index Values. |  | support | True to indicate the channel is supported; otherwise false. |  
 
 
 
Returns an interface if the specified mapping channel is supported; otherwise NULL. 
- Parameters
- 
  
    | mp | Specifies the channel. See List of Mapping Channel Index Values. |  
 
 
 
returns an object if the specified mapping channel is supported; otherwise NULL 
- Parameters
- 
  
    | mp | Specifies the channel. See List of Mapping Channel Index Values. |  
 
 
 
Implements FPInterface.
#define PARTICLECHANNELMESHMAPW_INTERFACE
Definition: IParticleChannelMeshMap.h:24
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613