跳至內容

File:3D-Link.PNG

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

3D-Link.PNG(600 × 600 像素,檔案大小:118 KB,MIME 類型:image/png


摘要

描述 Two curves with linking number 4. L8a14. Created with POV-Ray.
日期 2007年9月7日, 06:56 (原始上傳日期)
來源 Transferred from en.wikipedia to Commons. by Keyi (留言 · 貢獻).
作者 Jim.belk
授權許可
(重用此檔案)
此作品已由其作者,中文維基百科專案的Jim.belk,釋出至公有領域。此授權條款在全世界均適用。

如果法律不適用時:
Jim.belk授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

.

原始上傳日誌

Notes

Made with POVRay for Windows, version 3.6.

Source Code

#include "colors.inc"

#declare AxisLength = 3;
#declare FrameWidth = 0.01;

global_settings { assumed_gamma 1.0}
plane { <0,0,1>, -0.5 pigment {color rgb <.9,.9,.9> } finish {ambient 0.4 diffuse 0.5} }
camera { location <0.1,0.5,4.5> sky <0,0,1> right <-1,1,0>/sqrt(2) look_at <0,0,0> }
light_source { <0, -2, 10> color White area_light <1, 0, 0>, <0, 1, 0>, 3, 3 adaptive 1 jitter }

#declare R = 1.5;  // radius to center circle of torus
#declare r = 0.5;  // radius of torus cross-section  
#declare r_tube = 0.1;  // thickness of tube
              
#macro tpoint(theta,phi)
  <(R + r*cos(phi))*cos(theta), (R + r*cos(phi))*sin(theta), r*sin(phi)>
#end

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index-1)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Blue}
  }

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index+3)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Red}
  }

Complied to 600 x 600, with 0.3 anti-aliasing

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

7e601618eb9bc436b1e703a9a3cc849f401bac9d

斷定方法:​SHA-1 中文 (已轉換拼寫)

121,136 位元組

600 像素

600 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2015年7月5日 (日) 17:06於 2015年7月5日 (日) 17:06 版本的縮圖600 × 600(118 KB)CmdrjamesonCompressed with pngout. Reduced by 46kB (28% decrease).
2008年12月24日 (三) 17:20於 2008年12月24日 (三) 17:20 版本的縮圖600 × 600(165 KB)Keyi{{Information |Description= Two curves with en:linking number 4. Created with en:POV-Ray. |Source=Transferred from [http://en.wikipedia.org en.wikipedia]; transferred to Commons by {{User|Keyi}}. |Date= 06:56, 7 September 2007(original upload

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: