본문으로 이동

파일:3D-Link.PNG

문서 내용이 다른 언어로는 지원되지 않습니다.
위키백과, 우리 모두의 백과사전.

3D-Link.PNG(600 × 600 픽셀, 파일 크기: 118 KB, MIME 종류: image/png)

파일 설명

설명 Two curves with linking number 4. L8a14. Created with POV-Ray.
날짜 2007년 9월 7일, 06:56 (원본 올리기 일시)
출처 en.wikipedia에서 공용으로 옮겨왔습니다. by Keyi (토론 · 기여).
저자 Jim.belk
저작권
(이 파일을 인용하기)
이 작품은 위키미디어 공용Jim.belk 사용자가 퍼블릭 도메인으로 공개한 작품입니다. 이 공개 선언은 전세계적으로 유효합니다.

만약 저작권의 포기가 법률적으로 가능하지 않은 경우,
Jim.belk 사용자는 이 작품을 법적으로 허용되는 한도 내에서 누구나 자유롭게 어떤 목적으로도 제한없이 사용할 수 있도록 허용합니다.

.

기존 올리기 기록

Notes

Made with POVRay for Windows, version 3.6.

Source Code

#include "colors.inc"

#declare AxisLength = 3;
#declare FrameWidth = 0.01;

global_settings { assumed_gamma 1.0}
plane { <0,0,1>, -0.5 pigment {color rgb <.9,.9,.9> } finish {ambient 0.4 diffuse 0.5} }
camera { location <0.1,0.5,4.5> sky <0,0,1> right <-1,1,0>/sqrt(2) look_at <0,0,0> }
light_source { <0, -2, 10> color White area_light <1, 0, 0>, <0, 1, 0>, 3, 3 adaptive 1 jitter }

#declare R = 1.5;  // radius to center circle of torus
#declare r = 0.5;  // radius of torus cross-section  
#declare r_tube = 0.1;  // thickness of tube
              
#macro tpoint(theta,phi)
  <(R + r*cos(phi))*cos(theta), (R + r*cos(phi))*sin(theta), r*sin(phi)>
#end

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index-1)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Blue}
  }

sphere_sweep
  {
  cubic_spline 35,
  #declare Index = 0;
  #while(Index < 35)
    tpoint( (Index-1)*pi/16, (Index+3)*pi/4), r_tube
    #declare Index = Index + 1;
  #end
  finish {phong 1} pigment {color Red}
  }

Complied to 600 x 600, with 0.3 anti-aliasing

설명

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

이 파일에 묘사된 항목

다음을 묘사함

7e601618eb9bc436b1e703a9a3cc849f401bac9d

121,136 바이트

600 화소

600 화소

파일 역사

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

날짜/시간섬네일크기사용자설명
현재2015년 7월 6일 (월) 02:062015년 7월 6일 (월) 02:06 판의 섬네일600 × 600 (118 KB)CmdrjamesonCompressed with pngout. Reduced by 46kB (28% decrease).
2008년 12월 25일 (목) 02:202008년 12월 25일 (목) 02:20 판의 섬네일600 × 600 (165 KB)Keyi{{Information |Description= Two curves with en:linking number 4. Created with en:POV-Ray. |Source=Transferred from [http://en.wikipedia.org en.wikipedia]; transferred to Commons by {{User|Keyi}}. |Date= 06:56, 7 September 2007(original upload

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

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

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