ファイル:Truncated octahedra.jpg

ページのコンテンツが他言語でサポートされていません。

Truncated_octahedra.jpg(256 × 256 ピクセル、ファイルサイズ: 12キロバイト、MIME タイプ: image/jpeg)

概要

en.wikipedia からコモンズに Maksim によって移動されました。

元のファイルページはこちら。以下の利用者は全てen.wikipediaに属します。

"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."


このファイルは、File:Truncated octahedra.pngによって代替されています。このファイルの代わりに、他のファイルを使うことをお薦めします。代替されたファイルの削除には合意が必要なことに注意してください。
new file

ライセンス

GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
このライセンスのテンプレートは、GFDLのライセンス・アップデートによりこのファイルに追加されたものです。

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)

元のアップロードログ

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

このファイルの派生的著作物:

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2009年11月15日 (日) 04:092009年11月15日 (日) 04:09時点における版のサムネイル256 × 256 (12キロバイト)TomruenReverted to version as of 16:48, 18 March 2006
2009年10月28日 (水) 04:512009年10月28日 (水) 04:51時点における版のサムネイル1,024 × 1,024 (149キロバイト)DatumizerBrightened things up a bit.
2006年3月18日 (土) 16:482006年3月18日 (土) 16:48時点における版のサムネイル256 × 256 (12キロバイト)MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: Tesselation of space using truncated octahedra. See truncated octahedron. Category:Honeycomb image Created by Andrew Kepert using povray in May 2004

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ