ID3DXPRTEngine::GetNumFaces method

Retrieves the number of faces in the mesh, including any new faces added as a result of adaptive spatial sampling.

Syntax

UINT GetNumFaces();

Parameters

This method has no parameters.

Return value

Type: UINT

Number of faces in the mesh, including any new faces added as a result of adaptive sampling.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXPRTEngine