POV-Ray : Newsgroups : povray.binaries.images : Post your first image! : Re: Post your first image! Server Time
30 Jul 2024 20:22:42 EDT (-0400)
  Re: Post your first image!  
From: Peter Hertel
Date: 9 Jul 2011 18:55:00
Message: <web.4e18dc05320d8d01fe0298ef0@news.povray.org>
Here's mine. Rendered in 1999 on a pentium 133mhz with 16mb ram (might have been
32, can't find my old webpage). Render time wasn't that bad.

I even have the scene file!

#include "colors.inc"
#include "shapes.inc"
#include "textures.inc"
#include "glass.inc"

camera {
       location <-1, 7, -1>
       look_at  <0, 1,  2>
       }

  sphere{
    <2, 1, 2>, 1
    texture
    {T_Winebottle_Glass}
  }
  sphere{
    <0, 1, 2>, 1
    texture
    {T_Yellow_Glass}
  }
  sphere{
    <-2, 1, 2>, 1
    texture
    {T_Ruby_Glass}
  }

light_source { <0, 5, 2> color White}

// light_source { <0, 2, 4> color White}

// light_source { <0, 2, -4> color White}

  plane { <0, 1, 0>, 1
pigment {
      color White }
   }


Post a reply to this message


Attachments:
Download 'traffic.png' (72 KB)

Preview of image 'traffic.png'
traffic.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.