Tiedosto:Raytracing reflection.png

Wikipediasta
Siirry navigaatioon Siirry hakuun

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

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

Yhteenveto

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

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.

Kuvatekstit

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

Kohteet, joita tässä tiedostossa esitetään

esittää

Tiedoston historia

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

PäiväysPienoiskuvaKokoKäyttäjäKommentti
nykyinen2. huhtikuuta 2017 kello 03.04Pienoiskuva 2. huhtikuuta 2017 kello 03.04 tallennetusta versiosta4 000 × 3 000 (1,46 MiB)GnashOptimized file size.
5. elokuuta 2012 kello 02.45Pienoiskuva 5. elokuuta 2012 kello 02.45 tallennetusta versiosta4 000 × 3 000 (1,87 MiB)Mornhigher resolution
23. helmikuuta 2006 kello 13.57Pienoiskuva 23. helmikuuta 2006 kello 13.57 tallennetusta versiosta1 024 × 768 (293 KiB)Phrood~commonswikiThis 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

Seuraava sivu käyttää tätä tiedostoa:

Tiedoston järjestelmänlaajuinen käyttö

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