File:Truncated octahedra.jpg

Truncated_octahedra.jpg(256 × 256 像素,檔案大小:12 KB,MIME 類型:image/jpeg


摘要

Transferred from en.wikipedia to Commons by Maksim.

The original description page was here. All following user names refer to en.wikipedia.

"Tesselation of space using truncated octahedra. See truncated octahedron. Wigner-Seitz cells of bcc.
Created by Andrew Kepert using povray in May 2004. All rights reversed. It is a modification of the povray code I used for the similar image on rhombic dodecahedron."


這個檔案已經被Truncated octahedra.png取代。 建議您使用其他圖像。請注意要刪除被取代的圖像的話,您需要首先取得社群共識
new file

授權條款

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

Povray code

 #include "colors.inc"
 #include "math.inc"
 #include "rand.inc"
 
 //#include "truncated_octahedron.povi"
 #declare A=sqrt(3);
 #declare truncoct =
 intersection {
   box { < -2,-2,-2>, <2,2,2> }
   plane { < 1, 1, 1>, A }
   plane { < 1, 1,-1>, A }
   plane { < 1,-1, 1>, A }
   plane { < 1,-1,-1>, A }
   plane { <-1, 1, 1>, A }
   plane { <-1, 1,-1>, A }
   plane { <-1,-1, 1>, A }
   plane { <-1,-1,-1>, A }
   }
 //end of inclusion "truncated_octahedron.povi"
 
 global_settings{ ambient_light White }
 background { color White }
 
 #declare LX = 60;
 #declare LZ = 100;
 light_source { <LX,-LX,LZ> color White}
 light_source { <-LX,LX,LZ> color White}
 light_source { <LX,LX,LZ> color White}
 light_source { <-LX,-LX,LZ> color White}
 
 #declare extent = 3 ;
 #declare i = -extent;
 #while ( i <= extent )
   #declare j = -extent;
   #while ( j <= extent )
   #declare k = -extent;
     #while ( k <= extent )
       #if ( even(i+j) & even(i+k) & ( i+j+2*k<3*extent ) & Prob(0.95, RdmD))
         #declare RCOLOUR = rgb < Rand_Normal( 0.6, 0.2, RdmA ) ,
               Rand_Normal( 0.4, 0.2, RdmB ) ,
               Rand_Normal( 0.6, 0.2, RdmC ) > ; 
         #declare COLANG = rand(RdmA)*2*3.14159;
         object { truncoct
           scale 0.48
           translate < i, j, k >
           texture {
             pigment { color RCOLOUR }
             finish { ambient 0.3 diffuse 0.3 phong Rand_Normal( 0.5, 0.2, RdmC ) }
             }
           }
       #end // if
       #declare k = k+1;
     #end // while k
     #declare j = j+1;
   #end // while j
   #declare i = i+1;
 #end // while i
 
 camera {
   location 28*y
   direction -y
   right 0.4*x
   up 0.4*z
   rotate 20*x
   rotate -30*z
   translate -0.5*z
   }

History

date/time username edit summary
01:51, 10 March 2006 en:User:Tomruen (<a href="/wiki/Category:Honeycomb_image" title="Category:Honeycomb image">Category:Honeycomb image</a>)
07:09, 8 September 2004 en:User:Chmod007 (GFDL)
00:35, 24 May 2004 en:User:AndrewKepert (upload log, povray code)
00:28, 24 May 2004 en:User:AndrewKepert (Tesselation of space using truncated octahedra)

原始上傳日誌

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.

Click on date to download the file or see the image uploaded on that date.

derivative works

Derivative works of this file:

說明

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

在此檔案描寫的項目

描繪內容

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

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

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

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

檔案歷史

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

日期/時間縮⁠圖尺寸用戶備⁠註
目前2009年11月15日 (日) 04:09於 2009年11月15日 (日) 04:09 版本的縮圖256 × 256(12 KB)TomruenReverted to version as of 16:48, 18 March 2006
2009年10月28日 (三) 04:51於 2009年10月28日 (三) 04:51 版本的縮圖1,024 × 1,024(149 KB)DatumizerBrightened things up a bit.
2006年3月18日 (六) 16:48於 2006年3月18日 (六) 16:48 版本的縮圖256 × 256(12 KB)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: Tesselation of space using truncated octahedra. See truncated octahedron. Category:Honeycomb image Created by Andrew Kepert using povray in May 2004

全域檔案使用狀況

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

詮釋資料