Note: This documentation is preliminary and is subject to change.
Returns a mesh with modifications resulting from adaptive spatial sampling. The returned mesh contains only positions, normals, and texture coordinates (if defined).
Definition
Visual Basic .NET
Public Function GetAdaptedMesh( _ ByVal device As Device, _ ByVal faceRemap() As Integer _ ) As Mesh
C#
public MeshGetAdaptedMesh( Devicedevice, int[] faceRemap );