ファイル:Rhombic dodecahedra.jpg

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

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

概要

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

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

Space tesselation of rhombic dodecahedra. Wigner-Seitz cells for fcc.


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

ライセンス

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

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_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
     }
File "rhombic_dodecahedra.ini"
 Input_File_Name="rhombic_dodecahedra.pov"
 Output_File_Type=N
 Library_Path="/sw/share/povray-3.5/include/"
 +v
 
 +h256 +w256 Antialias=on

History

date/time username edit summary
01:56, 10 March 2006 en:User:Tomruen (<a href="/wiki/Category:Honeycomb_image" title="Category:Honeycomb image">Category:Honeycomb image</a>)
03:11, 25 October 2004 en:User:AndrewKepert (GPL/GFDL - my code & images)
07:35, 20 April 2004 en:User:AndrewKepert (=File "rhombic_dodecahedra.pov"= tidy up pov code)
07:23, 20 April 2004 en:User:AndrewKepert (povray source)
07:17, 20 April 2004 en:User:AndrewKepert (space tesselation of rhombic dodecahedra)

元のアップロードログ

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月20日 (金) 02:222009年11月20日 (金) 02:22時点における版のサムネイル256 × 256 (11キロバイト)DatumizerReverted to version as of 16:51, 20 March 2006 ... Revert to original.
2009年10月31日 (土) 17:142009年10月31日 (土) 17:14時点における版のサムネイル1,024 × 1,024 (128キロバイト)DatumizerBrighten things up a bit.
2006年3月20日 (月) 16:512006年3月20日 (月) 16:51時点における版のサムネイル256 × 256 (11キロバイト)MaksimLa 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

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

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

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

このファイルのグローバル使用状況を表示する。

メタデータ