File:Rhombic dodecahedra.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(3,000 × 3,000 pixels, file size: 379 KB, MIME type: image/png)

Summary

Description Space tesselation of rhombic dodecahedra
Date (UTC)
Source This file was derived from: Rhombic dodecahedra.jpg
Author
Other versions


This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: re-rendered at higher resolution. The original can be viewed here: Rhombic dodecahedra.jpg.

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • 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.
GNU head 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.
You may select the license of your choice.

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 (GPL/GFDL) file:

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
     }

Original upload log

This image is a derivative work of the following images:

  • File:Rhombic_dodecahedra.jpg licensed with Cc-by-sa-3.0-migrated, GFDL
    • 2009-11-20T02:22:01Z SharkD 256x256 (11318 Bytes) Reverted to version as of 16:51, 20 March 2006 ... Revert to original.
    • 2009-10-31T17:14:18Z SharkD 1024x1024 (131479 Bytes) Brighten things up a bit.
    • 2006-03-20T16:51:39Z Maksim 256x256 (11318 Bytes) La bildo estas kopiita de wikipedia:en. La originala priskribo estas: Space tesselation of [[rhombic dodecahedron|rhombic dodecahedra]]. {{GFDL}} [[Category:Honeycomb image]] ==Povray code== This is similar to that for [[

Uploaded with derivativeFX

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

5 August 2012

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:49, 6 July 2015Thumbnail for version as of 23:49, 6 July 20153,000 × 3,000 (379 KB)CmdrjamesonCompressed with pngout. Reduced by 244kB (39% decrease).
20:54, 5 August 2012Thumbnail for version as of 20:54, 5 August 20123,000 × 3,000 (624 KB)Morn== {{int:filedesc}} == {{Information |Description=Space tesselation of rhombic dodecahedra |Source={{Derived from|Rhombic_dodecahedra.jpg|display=50}} |Date=2012-08-05 20:50 (UTC) |Author=*File:Rhombic_dodecahedra.jpg: en:User:AndrewKepert |...

Global file usage

The following other wikis use this file: