Langbahn Team – Weltmeisterschaft

File:Blue Trefoil Knot Animated.gif

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

 
This image was created with POV-Ray.

Summary

Description
English: A trefoil knot.
Date // 2018-12-28
Source Own work
Author Jim.belk
Animation: MichaelFrey (talk)
Other versions

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Source

#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
    }
  rotate <0,360*clock,0>
  }

plane
  {
  <0,0,-1>, -2.4
  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

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

trefoil knot

color: blue

creator

some value

author name string: MichaelFrey
Wikimedia username: MichaelFrey

copyright status

copyrighted, dedicated to the public domain by copyright holder

copyright license

released into the public domain by the copyright holder

source of file

original creation by uploader

inception

21 March 2010

media type

image/gif

checksum

a6890501d949842a82ec1ded1c789af29fa8e082

determination method or standard: SHA-1

data size

1,820,252 byte

duration

3.600000000000002 second

height

480 pixel

width

480 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:43, 27 December 2018Thumbnail for version as of 16:43, 27 December 2018480 × 480 (1.74 MB)MichaelFrey{{Created with Persistence of Vision}} == {{int:filedesc}} == {{Information |Description={{en|1=A trefoil knot.}} |Source={{own}} |Author=Jim.belk |Date=2010-03-21 |Permission= |other_versions= }} == {{int:license-header}} == {{PD-self}} == Source == using 0.3 anti-aliasing. <source lang="povray"> #include "colors.inc" Makes a trefoil knot using a hypotrochoid: background { color White } global_settings { assumed_gamma 1.0} camera { location <0, 0, -...

The following page uses this file:

Global file usage

Metadata