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
InfoField
 This image was created with POV-Ray.

Licensing

Public domain 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.

Captions

Ray tracing

Items portrayed in this file

depicts

1,527,706 byte

3,000 pixel

4,000 pixel

image/png

7160cafcf17e1ee930a0ef1e67339fb1b3a6c06f

Category:3D test models Category:Created with Persistence of Vision Category:Images with Povray source code Category:PD-user Category:Ray tracing