파일:Blue Trefoil Knot.png

원본 파일(1,690 × 1,800 픽셀, 파일 크기: 583 KB, MIME 종류: image/png)

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

파일 설명

설명
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

597,424 바이트

1,800 화소

1,690 화소

파일 역사

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

날짜/시간섬네일크기사용자설명
현재2015년 5월 16일 (토) 00:452015년 5월 16일 (토) 00:45 판의 섬네일1,690 × 1,800 (583 KB)RokerHROoptipng -o7 -i0 → 5.71% decrease
2011년 2월 6일 (일) 09:132011년 2월 6일 (일) 09:13 판의 섬네일1,690 × 1,800 (619 KB)BeaoTransparent.
2010년 3월 23일 (화) 08:162010년 3월 23일 (화) 08:16 판의 섬네일1,690 × 1,800 (530 KB)AnonMooscropping left and right margins, increasing PNG compression
2010년 3월 22일 (월) 03:432010년 3월 22일 (월) 03: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

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

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

이 파일의 더 많은 사용 내역을 봅니다.

메타데이터