File:Pm1234 Ground.png
From testwiki
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,400 × 1,800 pixels.
Original file (2,400 × 1,800 pixels, file size: 302 KB, MIME type: image/png)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Summary
| DescriptionPm1234 Ground.png |
English: Terms and partial sums of 1 − 2 + 3 − 4 + · · · going out to the horizon.
Português: Termos e somas parciais de 1 − 2 + 3 − 4 + · · · dirigem-se para o horizonte.
|
| Date | |
| Source | Self-made by user in Povray. See source code below. |
| Author | user:Melchoir |
POV-Ray source
Warning: this scene requires a lot of antialiasing, and it is slow.
camera {
location <.25, 4, -4.5>
up y*image_height right x*image_width angle 65 look_at <.25, 0, 10>
}
background { rgb 1 }
#declare an = 0;
#declare sn = 0;
#declare snn = 0;
union {
#declare n=1;
#while (n<15000)
#declare an = n * pow(-1, n+1);
#declare snn = sn;
#declare sn = sn + an;
cylinder { 0, z*sqrt(1+an*an), .1 scale <1, 0.3/sqrt(n), 1>
rotate y*degrees(atan(an)) translate <snn, 0, n>
}
sphere { <snn, 0, n>, .2 scale <1, 0.3/sqrt(n), 1> }
#declare n=n+1;
#end
pigment { color rgb 0 }
}
intersection {
plane { y, .01/(n*n) pigment { color rgb 0 } }
plane { -z, -n }
plane { -x, 0 rotate y*-degrees (atan (.5)) translate <0, 0, 1> }
plane { x, 0 rotate y*degrees (atan (.5)) translate <1, 0, 2> }
pigment { color rgbt 1 }
}
plane {
y, 0
pigment {
gradient x
color_map {
[0 rgbt .5]
[0.024 rgbt .5]
[0.025 rgbt 1]
[0.975 rgbt 1]
[0.976 rgbt .5]
[1 rgbt .5]
}
}
}
plane { -y, -5 pigment { color rgbf <.9, .9, 1, .9> } }
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts
5 March 2007
image/png
309,529 byte
1,800 pixel
2,400 pixel
4e1a9914aa709a11f25db21b4ef61ea3ae6a76b2
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 03:37, 15 April 2007 | 2,400 × 1,800 (302 KB) | wikimediacommons>Northgrove | Revised version for a smaller file size and no perceptible quality change. (bit depth change and higher PNG compression) |
File usage
The following page uses this file: