Microsoft SDK for Java

setZbufferMode

This method of the Direct3dRMFrame Class sets the z-buffer mode (that is, whether z-buffering is enabled or disabled).

Syntax

public void setZbufferMode(int val);

Parameters

val One value of the D3DRMZBUFFER_ type, specifying the z-buffer mode.

Remarks

By default, a frame's initial z-buffer mode is D3DRMZBUFFER_FROMPARENT.

See Also

getZbufferMode

© 1999 Microsoft Corporation. All rights reserved. Terms of use.