Keywords: mathematica 3d cg parametricplot3d texture torus 輪環 りんかん ドーナツ どーなつ 五芒星 ごぼうせい 五光星 ごこうせい 五稜星 ごりょうせい geometric sculpture geometricsculpture shape geometry sculpture mapping テクスチャ マッピング 模様 もよう abstract 抽象 ちゅうしょう アブストラクト design pattern デザイン パターン graphic グラフィック グラフィクス structure 意匠 構造 symmetry 対称性 たいしょうせい シンメトリー 対称 たいしょう frames = ParallelTable[Module[{}, SetOptions[ParametricPlot3D, PlotRange -> Full, Mesh -> None, Boxed -> False, Axes -> None, Background -> Darker[Green, 0.8], ViewPoint -> vv, PlotStyle -> Directive[Specularity[White, 30], Texture[ExampleData[{"ColorTexture", "GreenMarble"}]]], TextureCoordinateFunction -> ({#4, #5/Pi} &), Lighting -> "Neutral"]; a = 8; (* center hole size of a torus *) b = 5; (* penta-torus *) d = 5; (* number of torus *) g[v_] := Sum[Cos[(2 k - 1) v]/(2 k - 1), {k, 4}]; x = (a - g[t] - Sin[b s]) Cos[s]; y = Sin[t]; z = (a - g[t] - Sin[b s]) Sin[s]; rot = Table[{x, y, z}.RotationMatrix[2 i Pi/d, {1, 0, 0}], {i, d}]; ParametricPlot3D[rot, {t, 0, 2 Pi}, {s, 0, 2 Pi}] ], {vv, Table[{a, a Cos[\[Theta]], a Sin[\[Theta]]}, {\[Theta], 0, 4 Pi, Pi/30}]}]; Export["D:/tmp/Torus-111.avi", frames] frames = ParallelTable[Module[{}, SetOptions[ParametricPlot3D, PlotRange -> Full, Mesh -> None, Boxed -> False, Axes -> None, Background -> Darker[Green, 0.8], ViewPoint -> vv, PlotStyle -> Directive[Specularity[White, 30], Texture[ExampleData[{"ColorTexture", "GreenMarble"}]]], TextureCoordinateFunction -> ({#4, #5/Pi} &), Lighting -> "Neutral"]; a = 8; (* center hole size of a torus *) b = 5; (* penta-torus *) d = 5; (* number of torus *) g[v_] := Sum[Cos[(2 k - 1) v]/(2 k - 1), {k, 4}]; x = (a - g[t] - Sin[b s]) Cos[s]; y = Sin[t]; z = (a - g[t] - Sin[b s]) Sin[s]; rot = Table[{x, y, z}.RotationMatrix[2 i Pi/d, {1, 0, 0}], {i, d}]; ParametricPlot3D[rot, {t, 0, 2 Pi}, {s, 0, 2 Pi}] ], {vv, Table[{a, a Cos[\[Theta]], a Sin[\[Theta]]}, {\[Theta], 0, 4 Pi, Pi/30}]}]; Export["D:/tmp/Torus-111.avi", frames] |