Microsoft SDK for Java

setSortMode

This method of the Direct3dRMFrame Class sets the sorting mode used to process child frames. You can use this method to change the properties of hidden-surface-removal algorithms.

Syntax

public void setSortMode(int val);

Parameters

val One value of the D3DRMSORT_ type, specifying the sorting mode.

Remarks

By default, a frame's initial sort mode is D3DRMSORT_FROMPARENT.

See Also

getSortMode

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