原始文件(937 × 849像素,文件大小:250 KB,MIME类型:image/jpeg


 
本图片使用POV-Ray创作.
  • Beschreibung: Ein Kuboktaeder, bei dem alle 4 Sechsecke farblich deutlich gemacht wurden
  • Quelle: Berechnet am 31. Juli 2004
  • Quell-Code:
  global_settings { assumed_gamma 2.2 max_trace_level 5 }

  #include "colors.inc"
  #include "textures.inc"
  #include "tmap2.inc"

  #declare cuboct1 = union
  {
    sphere{ <0,1,1> 0.05}
    sphere{ <0,1,-1> 0.05}
    sphere{ <0,-1,1> 0.05}
    sphere{ <0,-1,-1> 0.05}
    sphere{ <1,0,1> 0.05}
    sphere{ <1,0,-1> 0.05}
    sphere{ <1,1,0> 0.05}
    sphere{ <1,-1,0> 0.05}
    sphere{ <-1,0,1> 0.05}
    sphere{ <-1,0,-1> 0.05}
    sphere{ <1,1,0> 0.05}
    sphere{ <1,-1,0> 0.05}   
  }

  #declare chex1 = union
  {
    cylinder{ <1,1,0>, <1,0,1>, 0.05}
    cylinder{ <-1,-1,0>, <0,-1,1>, 0.05}
    cylinder{ <-1,-1,0>, <-1,0,-1>, 0.05}
    cylinder{ <1,1,0>, <0,1,-1>, 0.05}
    cylinder{ <1,0,1>, <0,-1,1>, 0.05}
    cylinder{ <-1,0,-1>, <0,1,-1>, 0.05}
  }

  #declare chex2 = union
  {
    cylinder{ <1,1,0>, <1,0,-1>, 0.05}
    cylinder{ <-1,-1,0>, <0,-1,-1>, 0.05}
    cylinder{ <-1,-1,0>, <-1,0,1>, 0.05}
    cylinder{ <1,1,0>, <0,1,1>, 0.05}
    cylinder{ <-1,0,1>, <0,1,1>, 0.05}
    cylinder{ <1,0,-1>, <0,-1,-1>, 0.05}   
  }

  #declare chex3 = union
  {
    cylinder{ <1,-1,0>, <1,0,1>, 0.05}
    cylinder{ <1,-1,0>, <0,-1,-1>, 0.05}
    cylinder{ <-1,1,0>, <-1,0,-1>, 0.05}
    cylinder{ <-1,1,0>, <0,1,1>, 0.05}
    cylinder{ <1,0,1>, <0,1,1>, 0.05}
    cylinder{ <-1,0,-1>, <0,-1,-1>, 0.05}   
  }

  #declare chex4 = union
  {
    cylinder{ <1,-1,0>, <1,0,-1>, 0.05}
    cylinder{ <1,-1,0>, <0,-1,1>, 0.05}
    cylinder{ <-1,1,0>, <-1,0,1>, 0.05}
    cylinder{ <-1,1,0>, <0,1,-1>, 0.05}
    cylinder{ <-1,0,1>, <0,-1,1>, 0.05}
    cylinder{ <1,0,-1>, <0,1,-1>, 0.05}   
  }

  camera
  {
    location <3*sin(2.35619),1.5,3*cos(2.35619)>
    look_at  <0.0,0.0,0.0>
  } 


  object
  {
    chex1
    pigment { color rgbf <1.0,0.0,0.0,0.0> }
    finish  {
  //            phong 0.5
  //            roughness 0.5
              ambient 0.4
              diffuse 0.5
            }
  }

  object
  {
    chex2
    pigment { color rgbf <1.0,1.0,0.0,0.0> }
    finish  {
  //            phong 0.5
  //            roughness 0.5
              ambient 0.4
              diffuse 0.5
           }
  }

  object
  {
    chex3
    pigment { color rgbf <0.0,0.0,1.0,0.0> }
    finish  {
  //            phong 0.5
  //            roughness 0.5
             ambient 0.4
             diffuse 0.5
            }
  }

  object
  {
    chex4
    pigment { color rgbf <0.0,1.0,0.0,0.0> }
    finish  {
  //            phong 0.5
  //            roughness 0.5
              ambient 0.4
              diffuse 0.5
            }
  }

  object
  {
    cuboct1
    pigment { color rgbf <1.0,1.0,0.0,0.0> }
    finish  {
  //            phong 0.5
  //            roughness 0.5
              ambient 0.4
              diffuse 0.5
            }
  }

  light_source
  {
    <4.0,4.0,4.0>
    color White
  }

  light_source
  {
    <4.0,-4.0,-4.0>
    color White
  }

  light_source
  {
    <-4.0,4.0,-4.0>
    color White
  }

  light_source
  {
    <-4.0,-4.0,4.0>
    color White
  }

Dieses Bild wurde von mir, mit Hilfe von POV-Ray, erstellt. --Arbol01 14:28, 31. Jul 2004 (CEST)


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

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/jpeg

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2005年1月15日 (六) 06:332005年1月15日 (六) 06:33版本的缩略图937 × 849(250 KB)Burn~commonswikiFrom de:Bild:W_cuboct2.jpg {{GFDL}}

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据