(* === Following code of Mathematica 8 generates this image. === *)
a = 4; (* center hole size of a torus *)
b1 = 3; (* number of cross *)
b2 = 2; (* number of cross *)
b3 = 5; (* number of cross *)
c = 4; (* distance from the center of rotation *)
d = 5; (* number of torus *)
h = 1; (* height of a torus *)
SetOptions[ParametricPlot3D, PlotRange -> Full, Mesh -> None,
Boxed -> False, Axes -> None, PlotPoints -> 500, ImageSize -> 3000,
Background -> RGBColor[{40, 20, 0}/255],
PlotStyle -> Directive[Specularity[White, 90], Texture[Import["D:/tmp/71.jpg"]]],
TextureCoordinateFunction -> ({#4, #5 b1 Pi} &), Lighting -> "Neutral"];
f[v_] := Sin[2 Sin[Sin[Sin[v]]]];
x = (a - Cos[t] + f[b1 s]) Cos[b2 s] + c;
y = (a - Cos[t] + f[b1 s]) Sin[b2 s] + c;
z = h (Sin[b3 (s + Pi/2)] + f[t]) + c;
rm = Table[{x, y, z}.RotationMatrix[2 i Pi/d, {0, 0, 1}], {i, d}];
ParametricPlot3D[rm, {t, 0, 2 Pi}, {s, 0, 2 Pi}]
(*---
*)
More free photos / by Flickr (Public Domain)