![]() |
![]() |
![]() |
TextureGutterHelper.GetFaceMap Method |
Language: |
Retrieves the index of the mesh face to which each texel belongs.
Visual Basic .NET Public Sub GetFaceMap( _
ByVal faceData() As Integer _
)C# public void GetFaceMap(
int[] faceData
);Managed C++ public: void GetFaceMap(
int faceData __gc[]
);JScript .NET 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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center