File:Truncated octahedra.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 600 × 600 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels | 3,000 × 3,000 pixels.
Original file (3,000 × 3,000 pixels, file size: 502 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]DescriptionTruncated octahedra.png |
English: Tesselation of space using truncated octahedra
Français : Pavage de l'espace par empilement d'octaèdres tronqués. |
Date | (UTC) |
Source |
This file was derived from: Truncated octahedra.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: Truncated octahedra.jpg: .
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
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 |
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 |
You may select the license of your choice.
Povray code
[edit] #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
}
Original upload log
[edit]This image is a derivative work of the following images:
- File:Truncated_octahedra.jpg licensed with Cc-by-sa-3.0-migrated, GFDL
- 2009-11-15T04:09:17Z Tomruen 256x256 (12080 Bytes) Reverted to version as of 16:48, 18 March 2006
- 2009-10-28T04:51:39Z SharkD 1024x1024 (152571 Bytes) Brightened things up a bit.
- 2006-03-18T16:48:00Z Maksim 256x256 (12080 Bytes) La bildo estas kopiita de wikipedia:en. La originala priskribo estas: Tesselation of space using truncated octahedra. See [[truncated octahedron]]. [[Category:Honeycomb image]] Created by [[User:AndrewKepert|Andrew Kepert]
Uploaded with derivativeFX
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 09:54, 7 July 2015 | 3,000 × 3,000 (502 KB) | Cmdrjameson (talk | contribs) | Compressed with pngout. Reduced by 205kB (29% decrease). | |
15:11, 5 August 2012 | 3,000 × 3,000 (707 KB) | Morn (talk | contribs) | == {{int:filedesc}} == {{Information |Description=Tesselation of space using truncated octahedra |Source={{Derived from|Truncated_octahedra.jpg|display=50}} |Date=2012-08-05 15:08 (UTC) |Author=*File:Truncated_octahedra.jpg: [[:en:User:AndrewKepe... |
You cannot overwrite this file.
File usage on Commons
The following 4 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wiktionary.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on fr.wikibooks.org
- Usage on it.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on uk.wikipedia.org
- Usage on vi.wikipedia.org