DirectX Graphics 레퍼런스 Direct3D C/C++ 레퍼런스 인터페이스 IDirect3DDevice9 GetNPatchMode   [목차열람] [주소복사] [슬롯비우기]
IDirect3DDevice9::GetNPatchMode 메서드
 
Microsoft DirectX 9.0

IDirect3DDevice9::GetNPatchMode 메서드


N 패치 모드 세그먼트(segment)를 얻어온다.

구문

FLOAT GetNPatchMode(VOID);

반환값

분할 세그먼트(segment)의 수를 지정한다. 세그먼트(segment)수가 1.0 미만의 경우, N 패치는 무효이다. 디폴트값은 0.0 이다.



참조

IDirect3DDevice9::SetNPatchMode


© 2002 Microsoft Corporation. All rights reserved.
↑TOP