File:Blue Trefoil Knot.png

原始文件(1,690 × 1,800像素,文件大小:583 KB,MIME类型:image/png


 
本图片使用POV-Ray创作.

摘要

描述
English: A trefoil 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"
     
/* Makes a trefoil knot using a hypotrochoid */
    
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.1;
#declare num_steps = 36;
#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*( 2*sin(2*theta)-sin(theta) ), 0.3*( 2*cos(2*theta)+cos(theta) ), 0.3*sin(3*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.25
    phong_size 5
    }
  }


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

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描绘内容

文件来源 简体中文(已转写)

上传者的原创作品 简体中文(已转写)

校验和 简体中文(已转写)

bda6dd1a537c8f9beccd4295f70ae31ac58f521f

断定方法:​SHA-1 简体中文(已转写)

数据大小 简体中文(已转写)

597,424 字节

1,800 像素

1,690 像素

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2015年5月15日 (五) 15:452015年5月15日 (五) 15:45版本的缩略图1,690 × 1,800(583 KB)RokerHROoptipng -o7 -i0 → 5.71% decrease
2011年2月6日 (日) 00:132011年2月6日 (日) 00:13版本的缩略图1,690 × 1,800(619 KB)BeaoTransparent.
2010年3月22日 (一) 23:162010年3月22日 (一) 23:16版本的缩略图1,690 × 1,800(530 KB)AnonMooscropping left and right margins, increasing PNG compression
2010年3月21日 (日) 18:432010年3月21日 (日) 18:43版本的缩略图1,800 × 1,800(993 KB)Jim.belk{{Information |Description={{en|1=A trefoil knot.}} |Source={{own}} |Author=Jim.belk |Date=2010-03-21 |Permission= |other_versions= }} Category:Trefoil knots

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途

元数据