행위

파일

Blue Trefoil Knot Animated.gif

조무위키

Blue_Trefoil_Knot_Animated.gif(480 × 480 픽셀, 파일 크기: 1.74 MB, MIME 종류: image/gif, 반복됨, 36 프레임, 3.6 s)

이 파일은 위키미디어 공용에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.

 
그림Persistence of Vision(으)로 제작되었습니다.

파일 설명

설명
English: A trefoil knot.
날짜 // 2018-12-28
출처 자작
저자 Jim.belk
Animation: MichaelFrey (토론)
다른 버전

라이선스

Public domain 나는 이 작품의 저작권자로서, 이 작품을 퍼블릭 도메인으로 모두에게 공개합니다. 이 공개 선언은 전 세계적으로 유효합니다.
만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
나는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.

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

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

a6890501d949842a82ec1ded1c789af29fa8e082

1,820,252 바이트

3.600000000000002

480 화소

480 화소

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2018년 12월 28일 (금) 01:432018년 12월 28일 (금) 01:43 판의 섬네일480 × 480 (1.74 MB)wikimediacommons>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, -...

다음 문서 1개가 이 파일을 사용하고 있습니다:

메타데이터