File:Rhombic dodecahedra.png

原始檔案(3,000 × 3,000 像素,檔案大小:379 KB,MIME 類型:image/png


摘要

描述 Space tesselation of rhombic dodecahedra
日期 (UTC)
來源 本檔案衍生自: Rhombic dodecahedra.jpg
作者
其他版本


這是一張修飾過的圖片,即本圖片是用軟體修改過後的版本,修改的方式或內容有:re-rendered at higher resolution。原版圖片來源:Rhombic dodecahedra.jpg

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
w:zh:創用CC
姓名標示 相同方式分享
此檔案採用創用CC 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
您可以選擇您需要的授權條款。

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
     }

原始上傳日誌

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

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2015年7月6日 (一) 23:49於 2015年7月6日 (一) 23:49 版本的縮圖3,000 × 3,000(379 KB)CmdrjamesonCompressed with pngout. Reduced by 244kB (39% decrease).
2012年8月5日 (日) 20:54於 2012年8月5日 (日) 20:54 版本的縮圖3,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 |...

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: