Microsoft SDK for Java

setFront

This method of the Direct3dRMViewport Class sets the position of the front clipping plane for a viewport.

Syntax

public void setFront(float v);

Parameters

v The new position of the front clipping plane. If the value passed is less than or equal to zero, this method does not carry out an action.

Remarks

By default, the initial position is 1.0.

See Also

getFront

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