File:Blue 7 1 Knot.png

出自Wikimedia Commons
跳至導覽 跳至搜尋

原始檔案(1,800 × 1,800 像素,檔案大小:520 KB,MIME 類型:image/png

說明

說明

添加單行說明來描述出檔案所代表的內容
 
圖形使用Persistence of Vision創作。

摘要

[編輯]
描述
English: A 7₁ knot.
來源 自己的作品
作者 Jim.belk

授權條款

[編輯]
Public domain 我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。
這可能在某些國家不合法,如果是的話:
我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。

Source

[編輯]

This image was created using POV-Ray for Windows, version 3.6. The image was rendered to an 1800 x 1800 square, using 0.3 anti-aliasing.

#include "colors.inc"
    
background { color White }

global_settings { assumed_gamma 1.0}

camera
  {
  location <0, 0, -25>
  right <1,0,0> up <0,1,0>
  look_at  <0, 0, 0>
  angle 5
  }


light_source
  {
  <0, 20, -50>
  color White
  area_light <5, 0, 0>, <0, 5, 0>, 10, 10  /* very slow, decrease 10 to 2 for experiments */
  adaptive 3
  }

  
#declare r_tube = 0.05;
#declare num_steps = 70;
#declare step_size = 1/num_steps;
              

sphere_sweep
  {
  cubic_spline num_steps+3,
  #declare N = -1;
  #while(N <= num_steps + 1)
    #declare theta = 2 * pi * N * step_size;
    <0.3*( (7/3)*sin(2*theta)*(1+(2/7)*cos(7*theta)) ), 0.3*( (7/3)*cos(2*theta)*(1+(2/7)*cos(7*theta)) ), 0.2*sin(7*theta)>, r_tube
    /* uses a hypotrochoid */
    #declare N = N + 1;
  #end
  pigment { color rgb <0,0.25,1> }
  finish          
    {
    ambient 0.15
    diffuse 0.85
    brilliance 2
    phong 0.3
    phong_size 10
    }
  }

plane
  {
  <0,0,-1>, -0.25
  pigment { color White }
  finish
    {
    ambient 0.35
    diffuse 0.65
    }
  }

檔案歷史

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

日期/時間縮⁠圖尺寸使用者備⁠註
目前2015年7月5日 (日) 17:55於 2015年7月5日 (日) 17:55 版本的縮圖1,800 × 1,800(520 KB)Cmdrjameson留言 | 貢獻Compressed with pngout. Reduced by 503kB (49% decrease).
2010年3月22日 (一) 17:56於 2010年3月22日 (一) 17:56 版本的縮圖1,800 × 1,800(1,023 KB)Jim.belk留言 | 貢獻{{Information |Description={{en|1=A 7₁ knot.}} |Source={{own}} |Author=Jim.belk |Date= |Permission= |other_versions= }} Category:Knots (knot theory) Category:Images including source code in their description

沒有使用此檔案的頁面。

全域檔案使用狀況

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