Microsoft SDK for Java

setTexture

This method of the Direct3dRMFrame Class sets the texture of the frame.

Syntax

public void setTexture(Direct3dRMTexture t);

Parameters

t The Direct3dRMTexture object to be used.

Remarks

The texture is used for meshes in the frame when the material mode is D3DRMMATERIAL_FROMFRAME. To disable the frame's texture, use a null texture.

See Also

getTexture, setMaterialMode

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