|   |   |   | 
| TextureGutterHelper.GetFaceMap Method | Language: | 
Retrieves the index of the mesh face to which each texel belongs.
Visual Basic Public Sub GetFaceMap( _ 
ByVal faceData() As Integer _
)C# public void GetFaceMap( 
int[] faceData
);C++ public: 
void GetFaceMap(
array<int>^ faceData
);JScript public function GetFaceMap( 
faceData : int[]
);
faceData System.Int32[] 
An integer array containing index values of the mesh face to which each texel belongs.
The mesh face data returned by this method is valid only for valid (non-class 0) texels. TextureGutterHelper.GetGutterMap will return nonzero values for valid (non-class 0) texels.
This method retrieves the closest face for class 2 texels.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. 
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center