Torus under the Identity Map

Resolution: 1024x1024

This image from the open3D docs is mapped onto a torus.

UV Checkerboard Texture

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.

UV Checkerboard Texture UV Checkerboard Texture

Torus after the First Iteration

(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:
orbit of the periodic map
UV Checkerboard Texture UV Checkerboard Texture UV Checkerboard Texture

Torus after the Second Iteration

(Resolution: 256x256)

Torus under the Third Iteration

(Resolution: 256x256)