File:Blue Unknot Animated.gif

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Blue_Unknot_Animated.gif(480 × 480 pixels, file size: 1.44 MB, MIME type: image/gif, looped, 36 frames, 3.6 s)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: The unknot.
Date
Source File:Blue Unknot.png
Author Original: Jim.belk
Animation: MichaelFrey (talk)

Source[edit]

Knot.pov[edit]

#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[edit]

;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[edit]

povray Assembly.inc +H480 +W480 +UA

convert -dispose previous -delay 10 -loop 0 *.png myimage.gif
firefox myimage.gif
 
This image was created with POV-Ray.

Licensing[edit]

Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:20, 27 December 2018Thumbnail for version as of 14:20, 27 December 2018480 × 480 (1.44 MB)MichaelFrey (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

Metadata