File:Blue Unknot Animated.gif

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

Blue_Unknot_Animated.gif(480 × 480像素,文件大小:1.44 MB,MIME类型:image/gif、​循环、​36帧、​3.6秒)


摘要

描述
English: The unknot.
日期
来源 File:Blue Unknot.png
作者 Original: Jim.belk
Animation: MichaelFrey (留言)

Source

Knot.pov

#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 = 0.8;
#declare r_tube = 0.12;

torus
  {
  R, r_tube              // major and minor radius
  rotate -90*x      // so we can see it from the top
  translate <0,0,0.1>
  pigment { color rgb <0,0.25,1> }
  finish
    {
    ambient 0.15
    diffuse 0.85
    brilliance 2
    phong 0.25
    phong_size 7.5
    }
  rotate <0,360*clock,0>
  }

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

Assembly.inc

;http://www.f-lohmueller.de/pov_tut/animate/anim001d.htm
Antialias=Off
Antialias_Threshold=0.1
Antialias_Depth=2

Input_File_Name="knot.pov"

Initial_Frame=1
Final_Frame=36
Initial_Clock=0
Final_Clock=1

Cyclic_Animation=on
Pause_when_Done=off

build.sh

povray Assembly.inc +H480 +W480 +UA

convert -dispose previous -delay 10 -loop 0 *.png myimage.gif
firefox myimage.gif
 
本图片使用POV-Ray创作.

许可协议

Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

说明

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

此文件中描述的项目

描繪內容

d78f30dffa3194c4d1a84d2ba8e43e3df37ed3f9

1,512,239 字节

3.600000000000002

480 像素

480 像素

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2018年12月27日 (四) 14:202018年12月27日 (四) 14:20版本的缩略图480 × 480(1.44 MB)MichaelFreyUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

元数据