Category : Printer + Display Graphics
Archive   : POV2SCN.ZIP
Filename : CANTELOP.POV

 
Output of file : CANTELOP.POV contained in archive : POV2SCN.ZIP
// Persistence of Vision Raytracer
// Cantelope segments. Uses onion for the cantelope interior and skin.
// Demonstrates intersection of spheres and planes, onion texture,
// color maps.
// Time: about 20 minutes @640x480+a0.2 on 486/33.

#include "colors.inc" // Standard colors library

#declare Melon = texture {
finish { ambient 0.2 }
pigment {
onion
color_map {
[0.0 0.95 color Orange color Orange ]
[0.95 0.96 color Orange color GreenYellow ]
[0.96 0.98 color GreenYellow color Khaki ]
[0.98 1.00 color NewTan color DarkTan ]
}
}
}

camera {
location <-2, 3, -3>
direction <0.0, 0.0, 1.0>
up <0.0, 1.0, 0.0>
right <4/3, 0.0, 0.0>
look_at <0, 0, 0>
}


// Light source
#declare Grayscale = 0.25
#declare AmbientLight = color red Grayscale green Grayscale blue Grayscale

light_source { <-20, 30, -100> color White }

light_source { <0, 50, 10> color AmbientLight }


// Flat-topped sphere/plane intersection
#declare MelonHalf = intersection {
sphere { <0, 0, 0>, 1 } // outer wall
sphere { <0, 0, 0>, 0.65 inverse } // inner wall
plane { y, 0 } // top surface

texture { Melon }
bounded_by { sphere { <0, 0, 0>, 1.001 } }
}

// Quarter Wedge of above melon
#declare MelonWedge = intersection {
sphere { <0, 0, 0>, 1 } // outer wall
sphere { <0, 0, 0>, 0.65 inverse } // inner wall
plane { y, 0 rotate 45*x } // top surface
plane { y, 0 rotate -45*x } // top surface

texture { Melon }
bounded_by { sphere { <0, 0, 0>, 1.001 } }
}

object { MelonHalf }
object { MelonWedge rotate 30*y translate <2, 0, 2> }


  3 Responses to “Category : Printer + Display Graphics
Archive   : POV2SCN.ZIP
Filename : CANTELOP.POV

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/