Bestand:Truncated octahedra.jpg
Dit bestand is afkomstig van Wikimedia Commons en kan ook in andere projecten gebruikt worden. De bestandsbeschrijvingspagina wordt hieronder weergegeven.
Beschrijving
Verplaatst vanaf en.wikipedia naar Commons door Maksim.
"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."
Dit bestand kan vervangen worden door File:Truncated octahedra.png. Het wordt aangeraden om het andere bestand te gebruiken. Opmerking: dit bestand zal niet worden verwijderd tenzij het expliciet wordt genomineerd ter verwijdering.
|
Licentie
| Toestemming wordt verleend voor het kopiëren, verspreiden en/of wijzigen van dit document onder de voorwaarden van de GNU-licentie voor vrije documentatie, versie 1.2 of enige latere versie als gepubliceerd door de Free Software Foundation; zonder Invariant Sections, zonder Front-Cover Texts, en zonder Back-Cover Texts. Een kopie van de licentie is opgenomen in de sectie GNU-licentie voor vrije documentatie.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
| Dit bestand is gelicenseerd onder de Creative Commons-licentie Naamsvermelding-Gelijk delen 3.0 Unported | ||
| ||
| Deze licentietag is toegevoegd aan dit bestand in verband met de GFDL licentie-update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
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="/wiki/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) |
Oorspronkelijk uploadlogboek
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.
- (del) (cur) 00:28, 24 May 2004 . . en:User:AndrewKepert AndrewKepert ( en:User_talk:AndrewKepert Talk) . . 256x256 (12080 bytes) (Tesselation of space using truncated octahedra)
derivative works
Afgeleide werken van dit bestand:
Bijschriften
Items getoond in dit bestand
beeldt af
Bestandsgeschiedenis
Klik op een datum/tijd om het bestand te zien zoals het destijds was.
| Datum/tijd | Miniatuur | Afmetingen | Gebruiker | Opmerking | |
|---|---|---|---|---|---|
| huidige versie | 15 nov 2009 05:09 | 256 × 256 (12 kB) | wikimediacommons>Tomruen | Reverted to version as of 16:48, 18 March 2006 |
Bestandsgebruik
Dit bestand wordt op de volgende pagina gebruikt:
