ProgressiveMesh.TrimByFaces Method ()

Modifies the minimum and maximum level of detail (LOD) of a ProgressiveMesh object.

Overload List

public void TrimByFaces(int, int);
public void TrimByFaces(int, int, out int, out int);

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryExceptionLeave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.

See Also

Show: