Image:Raytracing reflection.png
From Wikipedia, the free encyclopedia
Size of this preview: 800 × 600 pixels
Full resolution (1,024 × 768 pixels, file size: 501 KB, MIME type: image/png)
[edit] Summary
Some spheres reflecting off the floor and each other. Made in POV-Ray, using source code that is similar to the following:
#include "colors.inc" plane { y, 0 pigment { checker color Black color White } finish {reflection 0.3 } } sphere { <2.5, 1, 0>, 1 pigment { color rgb <1, 0, 0> } finish {reflection 1 specular 1 roughness 0.005} } sphere { <0, 1, 0>, 1 pigment { color rgb <0, 1, 0> } finish {reflection 1 specular 1 roughness 0.005} } sphere { <-2.5, 1, 0>, 1 pigment { color rgb <0, 0, 1> } finish {reflection 1 specular 1 roughness 0.005} } camera { location <3, 6, 8> look_at <0, 0, 2> } light_source { <2.5, 1, 4> color rgb <1, 1, 1> } light_source { <0, 1, 4> color rgb <1, 1, 1> } light_source { <-2.5, 1, 4> color rgb <1, 1, 1> } light_source { <2.5, 1, -2.5> color rgb <1, 1, 1> } light_source { <0, 1, -2.5> color rgb <1, 1, 1> } light_source { <-2.5, 1, -2.5> color rgb <1, 1, 1> }
[edit] Licensing
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide. In case this is not legally possible, |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
current | 17:23, 3 August 2006 | 1,024×768 (501 KB) | 말틴 (Talk | contribs) | (I created this image, as a bright, reflective replacement for the one before it. Also a different angle. Source: #include "colors.inc" #include "textures.inc" #max_trace_level 10 camera { location <0, 10, -40> look_at <0, 0, -10> rotate <20, 20, 0> ) |
19:38, 17 February 2006 | 1,024×768 (293 KB) | Shen (Talk | contribs) | (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 { ) |
- Search for duplicate files
- Edit this file using an external application
See the setup instructions for more information.
File links
The following files are duplicates of this file:
No pages on the English Wikipedia link to this file. (Pages on other projects are not counted.)