Resolution: 1024x1024
This image from the open3D docs is mapped onto a torus.
A periodic map of period 3, specically the one defined by the matrix $$\begin{bmatrix} 0 & 1 \\ -1 & -1 \end{bmatrix}$$ is applied to the same image as before, which is a UV checkerboard texture commonly used for testing in 3D graphics. It is then mapped onto the torus.
(Resolution: 256x256)
The periodic map of period 3 $$\begin{bmatrix} 0 & 1 \\ -1 & -1 \end{bmatrix}$$ is applied again to the transformed image
Initially, the image is transformed like this:
(Resolution: 256x256)
(Resolution: 256x256)