File:Truncated octahedra.jpg

Truncated_octahedra.jpg(256 × 256像素,文件大小:12 KB,MIME类型:image/jpeg


摘要

本檔案是由Maksimen.wikipedia轉移到維基共享資源。

原始描述頁面位於這裡。下列使用者名稱均來自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 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
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="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

此文件衍生的作品:

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2009年11月15日 (日) 04:092009年11月15日 (日) 04:09版本的缩略图256 × 256(12 KB)TomruenReverted to version as of 16:48, 18 March 2006
2009年10月28日 (三) 04:512009年10月28日 (三) 04:51版本的缩略图1,024 × 1,024(149 KB)DatumizerBrightened things up a bit.
2006年3月18日 (六) 16:482006年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使用此文件:

元数据