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:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
本许可协议标签作为GFDL许可协议更新的组成部分被添加至本文件。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

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:492015年7月6日 (一) 23:49版本的缩略图3,000 × 3,000(379 KB)CmdrjamesonCompressed with pngout. Reduced by 244kB (39% decrease).
2012年8月5日 (日) 20:542012年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使用此文件: