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 (原始上传日期)
来源 本檔案是從en.wikipedia轉移到維基共享資源。 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

121,136 字节

600 像素

600 像素

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2015年7月5日 (日) 17:062015年7月5日 (日) 17:06版本的缩略图600 × 600(118 KB)CmdrjamesonCompressed with pngout. Reduced by 46kB (28% decrease).
2008年12月24日 (三) 17:202008年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使用此文件: