File:Rhombic dodecahedra.jpg

Rhombic_dodecahedra.jpg(256 × 256像素,文件大小:11 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.

Space tesselation of rhombic dodecahedra. Wigner-Seitz cells for fcc.


本文件已被Rhombic dodecahedra.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

This is similar to that for Image:Rhombic_dodecahedron.jpg from where you can take the file "rhombic_dodecahedron.povi". You also need the following two (GPL/GFDL) files:

File "rhombic_dodecahedra.pov"
 #include "colors.inc"
 #include "math.inc"
 #include "rand.inc"
 #include "rhombic_dodecahedron.povi"
 
 global_settings{ ambient_light White }
 background { color White }
 
 #declare LX = 50;
 #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 = 2 ;
 #declare i = -extent;
 #while ( i <= extent )
     #declare j = -extent;
     #while ( j <= extent )
     #declare k = -extent;
         #while ( k <= extent )
             #if ( even(i+j+k) & ( i+j+2*k<3*extent ) & Prob(0.95, RdmD))
                 #declare RCOLOUR = rgb < Rand_Normal( 0.6, 0.2, RdmA ) ,
                             Rand_Normal( 0.6, 0.2, RdmB ) ,
                             Rand_Normal( 0.6, 0.2, RdmC ) > ; 
                 object { rhombdod
                     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 20*y
     direction -y
     right 0.4*x
     up 0.4*z
     rotate 20*x
     rotate -10*z
     }
File "rhombic_dodecahedra.ini"
 Input_File_Name="rhombic_dodecahedra.pov"
 Output_File_Type=N
 Library_Path="/sw/share/povray-3.5/include/"
 +v
 
 +h256 +w256 Antialias=on

History

date/time username edit summary
01:56, 10 March 2006 en:User:Tomruen (<a href="/wiki/Category:Honeycomb_image" title="Category:Honeycomb image">Category:Honeycomb image</a>)
03:11, 25 October 2004 en:User:AndrewKepert (GPL/GFDL - my code & images)
07:35, 20 April 2004 en:User:AndrewKepert (=File "rhombic_dodecahedra.pov"= tidy up pov code)
07:23, 20 April 2004 en:User:AndrewKepert (povray source)
07:17, 20 April 2004 en:User:AndrewKepert (space tesselation of rhombic dodecahedra)

原始上传日志

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:

说明

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

此文件中描述的项目

描绘内容

版权状态 简体中文(已转写)

版权所有 简体中文(已转写)

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2009年11月20日 (五) 02:222009年11月20日 (五) 02:22版本的缩略图256 × 256(11 KB)DatumizerReverted to version as of 16:51, 20 March 2006 ... Revert to original.
2009年10月31日 (六) 17:142009年10月31日 (六) 17:14版本的缩略图1,024 × 1,024(128 KB)DatumizerBrighten things up a bit.
2006年3月20日 (一) 16:512006年3月20日 (一) 16:51版本的缩略图256 × 256(11 KB)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: Space tesselation of rhombic dodecahedra. {{GFDL}} Category:Honeycomb image ==Povray code== This is similar to that for [[:Image:Rhombic_dodecahedron.jp

没有页面使用本文件。

全域文件用途

以下其他wiki使用此文件:

查看此文件的更多全域用途

元数据