This file has been superseded by Rhombic dodecahedra.png. It is recommended to use the other file. Please note that deleting superseded images requires consent.
Licensing
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
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_lightWhite}background{colorWhite}#declareLX=50;#declareLZ=100;light_source{<LX,-LX,LZ>colorWhite}light_source{<-LX,LX,LZ>colorWhite}light_source{<LX,LX,LZ>colorWhite}light_source{<-LX,-LX,LZ>colorWhite}#declareextent=2;#declarei=-extent;#while(i<=extent)#declarej=-extent;#while(j<=extent)#declarek=-extent;#while(k<=extent)#if(even(i+j+k)&(i+j+2*k<3*extent)&Prob(0.95,RdmD))#declareRCOLOUR=rgb<Rand_Normal(0.6,0.2,RdmA),Rand_Normal(0.6,0.2,RdmB),Rand_Normal(0.6,0.2,RdmC)>;object{rhombdodscale0.48translate<i,j,k>texture{pigment{colorRCOLOUR}finish{ambient0.3diffuse0.3phongRand_Normal(0.5,0.2,RdmC)}}}#end// if#declarek=k+1;#end// while k#declarej=j+1;#end// while j#declarei=i+1;#end// while icamera{location20*ydirection-yright0.4*xup0.4*zrotate20*xrotate-10*z}
La 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