File:Pm1234 Ground.png

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(2,400 × 1,800 像素,檔案大小:302 KB,MIME 類型:image/png


Cahid
Ceferliheiuosaxhesanoxlı1: I 82fjwrileehepe epejejrie be jeihejepebejeosvjspsisso. Sisibssivgtbhbt

摘要

描述
English: Terms and partial sums of 1 − 2 + 3 − 4 + · · · going out to the horizon.
  • The terms are indicated as black lines executing displacements to the camera's right, plus a constant displacement away from the camera.
  • The partial sums are where the terms end; they are indicated as black circles.
  • The action takes place on an infinite horizontal plane. The integers are located on the gray lines. The horizon is picked out by a bluish sky.
  • The camera type is rectangular perspective. Of course, it is placed over x equal 1/4 for symmetry.
Português: Termos e somas parciais de 1 − 2 + 3 − 4 + · · · dirigem-se para o horizonte.
  • Os termos são indicados por linhas pretas executando deslocamentos à direita da câmara, mais um deslocamento constante para longe da câmara.
  • As somas parciais estão onde os termos terminam; elas estão indicadas por círculos pretos.
  • A ação ocorre sobre um plano horizontal infinito. Os números inteiros estão localizados sobre as linhas cinzas. O horizonte é reconhecido por um céu azulado.
  • O tipo da câmara é de perspectiva retangular. Claro que, é colocado sobre x igual a 1/4 para a simetria.
日期
來源 Self-made by user in Povray. See source code below.
作者 user:Melchoir

POV-Ray source

Warning: this scene requires a lot of antialiasing, and it is slow.

camera { 
	location <.25, 4, -4.5>
	up y*image_height right x*image_width angle 65 look_at <.25, 0, 10>
}
background { rgb 1 }

#declare an = 0;
#declare sn = 0;
#declare snn = 0;
union {
	#declare n=1;
	#while (n<15000)
		#declare an = n * pow(-1, n+1);
		#declare snn = sn;
		#declare sn = sn + an;
		cylinder { 0, z*sqrt(1+an*an), .1 scale <1, 0.3/sqrt(n), 1>
			rotate y*degrees(atan(an)) translate <snn, 0, n>
		}
		sphere { <snn, 0, n>, .2 scale <1, 0.3/sqrt(n), 1> }
		#declare n=n+1;
	#end
	pigment { color rgb 0 }
}

intersection {
	plane { y, .01/(n*n) pigment { color rgb 0 } }
	plane { -z, -n  }
	plane { -x, 0 rotate y*-degrees (atan (.5)) translate <0, 0, 1> }
	plane { x, 0 rotate y*degrees (atan (.5)) translate <1, 0, 2> }
	pigment { color rgbt 1 }
}

plane {
	y, 0
	pigment {
		gradient x
		color_map { 
			[0 rgbt .5]
			[0.024 rgbt .5]
			[0.025 rgbt 1]
			[0.975 rgbt 1]
			[0.976 rgbt .5]
			[1 rgbt .5]
      }
	}
}
plane { -y, -5 pigment { color rgbf <.9, .9, 1, .9> } }

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:共享創意
姓名標示 相同方式分享
此檔案採用共享創意 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
w:zh:共享創意
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 2.5 通用版2.0 通用版以及1.0 通用版授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
您可以選擇您需要的授權條款。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

共享創意署名-相同方式共享2.0通用版 Chinese (Hong Kong) (已轉換拼寫)

共享創意署名-相同方式共享3.0Unported Chinese (Hong Kong) (已轉換拼寫)

GNU自由文檔許可證1.2或更高版本 繁體中文 (已轉換拼寫)

共享創意署名-相同方式共享2.5通用版 Chinese (Hong Kong) (已轉換拼寫)

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸用戶備⁠註
目前2007年4月15日 (日) 02:37於 2007年4月15日 (日) 02:37 版本的縮圖2,400 × 1,800(302 KB)NorthgroveRevised version for a smaller file size and no perceptible quality change. (bit depth change and higher PNG compression)
2007年3月5日 (一) 02:16於 2007年3月5日 (一) 02:16 版本的縮圖2,400 × 1,800(705 KB)MelchoirTerms and partial sums of 1 − 2 + 3 − 4 + · · · going out to the horizon, in rectangular perspective. ==POV-Ray source== <pre> camera { location <.25, 4, -4.5> up y*image_height right x*image_width angle 65 look_at <.25, 0, 10> } background { r

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

檢視此檔案的更多全域使用狀況