File:Raytracing reflection.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search

Size of this preview: 800 × 600 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels | 4,000 × 3,000 pixels.
Original file (4,000 × 3,000 pixels, file size: 1.46 MB, MIME type: image/png)
File information
Structured data
Captions
Captions
Ray tracing
Отражения, полученные методом трассировки лучей
This image is from en:Image:Raytracing reflection.png.
Summary[edit]
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[edit]
Public domainPublic domainfalsefalse |
![]() |
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.Public domainPublic domainfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 00:04, 2 April 2017 | ![]() | 4,000 × 3,000 (1.46 MB) | Gnash (talk | contribs) | Optimized file size. |
23:45, 4 August 2012 | ![]() | 4,000 × 3,000 (1.87 MB) | Morn (talk | contribs) | higher resolution | |
10:57, 23 February 2006 | ![]() | 1,024 × 768 (293 KB) | Phrood~commonswiki (talk | contribs) | 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 col |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on az.wikipedia.org
- Usage on cs.wikipedia.org
- Usage on de.wikibooks.org
- Usage on eu.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ru.wikipedia.org