File:Raytracing reflection.png
| Uploaded by | Gnash |
|---|---|
| Upload date | 2017-04-02T00:04:02Z |
| MIME type | image/png |
| Dimensions | 4000 × 3000 px |
| File size | 1.5 MB |
Summary
| Description |
English: Some spheres reflecting off the floor and each other. Made in POV-Ray
#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>
}
|
| Date | |
| Source | Own work |
| Author | Shen |
| PNG development |
Licensing
| This work has been released into the public domain by its author, Shen at English Wikipedia. This applies worldwide. In some countries this may not be legally possible; if so: Shen grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |