File:Pyramid of 35 spheres animation original.gif

Summary

Description
English: Pyramid of 35 spheres animation. original version
Animated GIF (640x480 pixels, 2067828 bytes) of 35 spheres in a pyramid.
Date
Source Own work. Rendered using POV-Ray and converted with Adobe ImageReady.
 This image was created with POV-Ray.
Category:Created with Persistence of Vision#Pyramid%20of%2035%20spheres%20animation%20original.gif
Author Blotwell
Other versions
File:Pyramid of 35 spheres animation large.gif
320x240 pixels, 637356 bytes
File:Pyramid of 35 spheres animation.gif
160x120 pixels, 193504 bytes

Derivative works of this file:

POV-Ray source
InfoField
  // Pyramid of 35 spheres POV-Ray source by Blotwell
  // Uploaded to Wikimedia Commons
  // and released under GPL
  //
  // Render frames 0 through 23 (24 is identical to 0)
  
  #max_trace_level 15
  #declare sq = 1/sqrt(2);
  #declare vx = <2,0,0>;
  #declare vy = <1,0,sqrt(3)>;
  #declare vz = <1,sqrt(8/3),sqrt(1/3)>;
  
  #declare my_sphere_1 =
  sphere { <0,1,0>,1 pigment { color rgbf <.9,1,.9,.9> }
        finish { refraction 1 ior 1.2 } };
  #declare my_sphere_2 =
  sphere { <0,1,0>+vz,1 pigment { color rgbf <.9,.9,1,.9> }
        finish { refraction 1 ior 1.2 } };
  #declare my_sphere_3 =
  sphere { <0,1,0>+vz+vz,1 pigment { color rgbf <1,1,.8,.9> }
        finish { refraction 1 ior 1.2 } };
  #declare my_sphere_4 =
  sphere { <0,1,0>+vz+vz+vz,1 pigment { color rgbf <1,.9,.9,.9> }
        finish { refraction 1 ior 1.2 } };
  #declare my_sphere_5 =
  sphere { <0,1,0>+vz+vz+vz+vz,1 pigment { color rgbf <.9,.9,.9,.9> }
        finish { refraction 1 ior 1.2 } };
  
  camera {
    location <-15,11,-12>
    right <2/3,0,0>
    up <0,1/2,0>
    look_at 4*vz-<0,3,0>
  }
  
  light_source {vx*10+<0,10,0> color rgb <1,1,1>}
  light_source {vy*10+<0,10,0> color rgb <1,1,1>}
  
  plane { <0,1,0>, 0
  	finish {ambient 0.2}
  	pigment { marble turbulence 1
  		color_map { [0.0 rgb 1] [0.9 rgb 0.9] [1.0 rgb <0.6,0.5,0.5>] }
  		scale 6 } }
  
  plane { <0,-1,0>, -12
  	finish {ambient 1}
  	pigment { color rgb <.6,.6,.8> } }
  
  union {
  object { my_sphere_1 translate 0 }
  object { my_sphere_1 translate vx }
  object { my_sphere_1 translate vy }
  object { my_sphere_1 translate vx+vx }
  object { my_sphere_1 translate vx+vy }
  object { my_sphere_1 translate vy+vy }
  object { my_sphere_1 translate vx+vx+vx }
  object { my_sphere_1 translate vx+vx+vy }
  object { my_sphere_1 translate vx+vy+vy }
  object { my_sphere_1 translate vy+vy+vy }
  object { my_sphere_1 translate vx+vx+vx+vx }
  object { my_sphere_1 translate vx+vx+vx+vy }
  object { my_sphere_1 translate vx+vx+vy+vy }
  object { my_sphere_1 translate vx+vy+vy+vy }
  object { my_sphere_1 translate vy+vy+vy+vy }
  
  object { my_sphere_2 translate 0 }
  object { my_sphere_2 translate vx }
  object { my_sphere_2 translate vy }
  object { my_sphere_2 translate vx+vx }
  object { my_sphere_2 translate vx+vy }
  object { my_sphere_2 translate vy+vy }
  object { my_sphere_2 translate vx+vx+vx }
  object { my_sphere_2 translate vx+vx+vy }
  object { my_sphere_2 translate vx+vy+vy }
  object { my_sphere_2 translate vy+vy+vy }
  
  object { my_sphere_3 translate 0 }
  object { my_sphere_3 translate vx }
  object { my_sphere_3 translate vy }
  object { my_sphere_3 translate vx+vx }
  object { my_sphere_3 translate vx+vy }
  object { my_sphere_3 translate vy+vy }
  
  object { my_sphere_4 translate 0 }
  object { my_sphere_4 translate vx }
  object { my_sphere_4 translate vy }
  
  object { my_sphere_5 translate 0 }
  translate -4*vz
  rotate <0,clock*5,0>
  translate 4*vz
  }

Licensing

GNU head 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#Pyramid%20of%2035%20spheres%20animation%20original.gifCategory:License migration completed#Pyramid%20of%2035%20spheres%20animation%20original.gifCategory:GFDL#Pyramid%20of%2035%20spheres%20animation%20original.gif

This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details.

Category:GPL Category:Animations of combinatorics Category:Abstract animations Category:Location not applicable Category:Animations of tangent circles and spheres Category:Animated GIF files Category:Pyramids of balls Category:Images with Povray source code Category:Seamless animations
Category:Abstract animations Category:Animated GIF files Category:Animations of combinatorics Category:Animations of tangent circles and spheres Category:CC-BY-SA-3.0-migrated Category:Created with Persistence of Vision Category:Files with derivative versions Category:GFDL Category:GPL Category:Images with Povray source code Category:License migration completed Category:Location not applicable Category:Pyramids of balls Category:Seamless animations