ProgressiveMesh.OptimizeBaseLevelOfDetail Method
|
Language: |
Optimizes the base level of detail (LOD) part of a ProgressiveMesh object.
Definition
Visual Basic |
Public Sub OptimizeBaseLevelOfDetail( _ ByVal flags As MeshFlags, _ ByRef faceRemap As Integer _ ) |
C# |
public void OptimizeBaseLevelOfDetail( MeshFlags flags, out int faceRemap ); |
C++ |
public: void OptimizeBaseLevelOfDetail( MeshFlags flags, [Out] int% faceRemap ); |
JScript |
public function OptimizeBaseLevelOfDetail( flags : MeshFlags, faceRemap : int ); |
Parameters
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
OutOfMemoryException  |
Microsoft Direct3D could not allocate sufficient memory to complete the call. |
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