MAKE A MEME View Large Image The Texture is this: www.flickr.com/photos/tanaka_juuyoh/5412528282/ *) --- メモ --- aまたはb2に対してb1が2以上で整数比の場合(整除できる場合)、結び目はできない。 その場合、同じ軌道を2度以上...
View Original:Tori_and_Knot-Tori_/_結び目と輪環.jpg (5200x2800)
Download: Original    Medium    Small Thumb
Courtesy of:www.flickr.com More Like This
Keywords: mathematica 3d cg parametricplot3d texture torus knot 輪環 りんかん ドーナツ どーなつ 結び むすび 捩れ よじれ プログラム コード code program algorithm コード アルゴリズム geometric sculpture geometricsculpture shape geometry sculpture mapping テクスチャ マッピング 模様 もよう abstract 抽象 ちゅうしょう アブストラクト design pattern デザイン パターン graphic グラフィック グラフィクス structure 意匠 構造 symmetry 対称性 たいしょうせい シンメトリー 対称 たいしょう algorithm indoor a = 7; (* center hole size of a torus *) b1 = 3; (* number of cross *) b2 = 4; (* number of cross *) w = 3; (* gap width *) SetOptions[ParametricPlot3D, PlotRange -> Full, Mesh -> None, Boxed -> False, Axes -> None, PlotPoints -> 400, ImageSize -> 1200, Background -> Darker[Orange, 0.8], PlotStyle -> Directive[Specularity[White, 90], Texture[Import["D:/tmp/862.jpg"]]], TextureCoordinateFunction -> ({#4 + #5, #5 / Pi} &), Lighting -> "Neutral"]; g[v_] := Sum[(-1)^(k + 1) Cos[(2 k - 1) v]/(2 k - 1), {k, 4}]; x = (a - g[t] + w Sin[b1 s]) Cos[b2 s]; y = (a - g[t] + w Sin[b1 s]) Sin[b2 s]; z = Sin[b1 (s + Pi/2)] + Sin[t]; ParametricPlot3D[{x, y, z}, {t, 0, 2 Pi}, {s, 0, 2 Pi}] (*--- The Texture is this: www.flickr.com/photos/tanaka_juuyoh/5412528282/ *) --- メモ --- aまたはb2に対してb1が2以上で整数比の場合(整除できる場合)、結び目はできない。 その場合、同じ軌道を2度以上通るので、Textureが交互に貼られて縞目状になる。 a = 7; (* center hole size of a torus *) b1 = 3; (* number of cross *) b2 = 4; (* number of cross *) w = 3; (* gap width *) SetOptions[ParametricPlot3D, PlotRange -> Full, Mesh -> None, Boxed -> False, Axes -> None, PlotPoints -> 400, ImageSize -> 1200, Background -> Darker[Orange, 0.8], PlotStyle -> Directive[Specularity[White, 90], Texture[Import["D:/tmp/862.jpg"]]], TextureCoordinateFunction -> ({#4 + #5, #5 / Pi} &), Lighting -> "Neutral"]; g[v_] := Sum[(-1)^(k + 1) Cos[(2 k - 1) v]/(2 k - 1), {k, 4}]; x = (a - g[t] + w Sin[b1 s]) Cos[b2 s]; y = (a - g[t] + w Sin[b1 s]) Sin[b2 s]; z = Sin[b1 (s + Pi/2)] + Sin[t]; ParametricPlot3D[{x, y, z}, {t, 0, 2 Pi}, {s, 0, 2 Pi}] (*--- The Texture is this: www.flickr.com/photos/tanaka_juuyoh/5412528282/ *) --- メモ --- aまたはb2に対してb1が2以上で整数比の場合(整除できる場合)、結び目はできない。 その場合、同じ軌道を2度以上通るので、Textureが交互に貼られて縞目状になる。
Terms of Use   Search of the Day