Jump to content

File:Raytracing reflection.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(4,000 × 3,000 pixels, file size: 1.46 MB, MIME type: image/png)

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 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>
 }

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

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current00:04, 2 April 2017Thumbnail for version as of 00:04, 2 April 20174,000 × 3,000 (1.46 MB)GnashOptimized file size.
23:45, 4 August 2012Thumbnail for version as of 23:45, 4 August 20124,000 × 3,000 (1.87 MB)Mornhigher resolution
10:57, 23 February 2006Thumbnail for version as of 10:57, 23 February 20061,024 × 768 (293 KB)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
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Global file usage

The following other wikis use this file: