This method of the Direct3dRMFrame Class defines the topological properties of the texture coordinates across objects in the frame.
public void setTextureTopology(int wrap_u, int wrap_v);
wrap_u | A variable that is set to true to map the texture in the u-direction. |
wrap_v | A variable that is set to true to map the texture in the v-directions. |