This method of the Direct3dRMFrame Class retrieves the topological properties of a texture when it is mapped onto objects in the given frame.
public void getTextureTopology(int[] u, int[] v);
u | Array variable that is set to true if the texture is mapped in the u direction. |
v | Array variable that is set to true if the texture is mapped in the v direction. |