This method of the Direct3dRMFrame Class sets the texture of the frame.
public void setTexture(Direct3dRMTexture t);
t | The Direct3dRMTexture object to be used. |
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.