This document is archived and information here might be outdated. Recommended version. |
Sets the maximum interval viewport size used for Level of Detail calculation..
[Visual Basic .NET]
Public Sub SetVirtualViewportSize ( _
ByVal width As Integer, _
ByVal height As Integer _
)
[C#]
public void SetVirtualViewportSize (
int width,
int height
);
[C++]
HRESULT SetVirtualViewportSize(
long width,
long height
);
[C++] Parameters width [in]
width is a parameter of type long height [in]
height is a parameter of type long