File:Raytracing reflection.png

Wikimedia Commonsista
Siirry navigaatioon Siirry hakuun

Alkuperäinen tiedosto(4 000 × 3 000 kuvapistettä, 1,46 MiB, MIME-tyyppi: image/png)

Kuvatekstit

Kuvatekstit

Lisää yhden rivin pituinen kuvaus tästä tiedostosta
Ray tracing

This image is from en:Image:Raytracing reflection.png.

Yhteenveto[muokkaa]

Some spheres reflecting off the floor and each other. Made in POV-Ray, using the following source:

 #include "colors.inc"
 
 plane {
   y, 0
   pigment { checker color Black color White }
   finish  {reflection 0.3                   }
 }
 
 sphere {
   <-7, 3, -2>, 3
   pigment { color rgb <1, 0, 0> }
   finish  {reflection 0.4       }
 }
 
 sphere {
   <0, 3, -1>, 3
   pigment { color rgb <0, 1, 0> }
   finish  {reflection 0.6       }
 }
 
 sphere {
   <6.5, 3, 0>, 3
   pigment { color rgb <0, 0, 1> }
   finish  {reflection 0.8       }
 }
 
 camera {
   location <2, 4, 20>
   look_at  <0, 0, 0>
 }
 
 light_source {
             <0, 20, 20>
   color rgb <1, 1, 1>
 }

Lisenssi[muokkaa]

Public domain Tämän teoksen tekijä, Shen projektissa Wikipedia kielellä englanti, on julkaissut sen public domainiin. Tämä on voimassa maailmanlaajuisesti.
Joissain maissa laki ei mahdollista tätä. Mikäli näin on:
Shen myöntää kaikille oikeuden käyttää tätä teosta mihin tahansa tarkoitukseen ilman minkäänlaisia ehtoja, ellei laki vaadi ehtojen asettamista.

Tiedoston historia

Päiväystä napsauttamalla näet, millainen tiedosto oli kyseisellä hetkellä.

PäiväysPienoiskuvaKokoKäyttäjäKommentti
nykyinen2. huhtikuuta 2017 kello 00.04Pienoiskuva 2. huhtikuuta 2017 kello 00.04 tallennetusta versiosta4 000 × 3 000 (1,46 MiB)Gnash (keskustelu | muokkaukset)Optimized file size.
4. elokuuta 2012 kello 23.45Pienoiskuva 4. elokuuta 2012 kello 23.45 tallennetusta versiosta4 000 × 3 000 (1,87 MiB)Morn (keskustelu | muokkaukset)higher resolution
23. helmikuuta 2006 kello 10.57Pienoiskuva 23. helmikuuta 2006 kello 10.57 tallennetusta versiosta1 024 × 768 (293 KiB)Phrood~commonswiki (keskustelu | muokkaukset)This image is from en:Image:Raytracing reflection.png == Summary == Some spheres reflecting off the floor and each other. Made in POV-Ray, using the following source: #include "colors.inc" plane { y, 0 pigment { checker color Black col

Tätä tiedostoa ei käytetä millään sivulla.

Tiedoston järjestelmänlaajuinen käyttö

Seuraavat muut wikit käyttävät tätä tiedostoa: