POV-Ray : Newsgroups : povray.binaries.images : Help! (11Kb Attachment) : Re: Help! (11Kb Attachment) Server Time
14 Aug 2024 18:03:13 EDT (-0400)
  Re: Help! (11Kb Attachment)  
From: Aaron Gillies
Date: 21 Sep 2002 14:09:43
Message: <3d8cb5e7$1@news.povray.org>
"Slime" <slm### [at] slimelandcom> wrote in message news:3d8cb23e$1@news.povray.org...
> Source perhaps?

It's nothing exotic ... just basic stuff:


camera {
  location <0, 0, -30>
  look_at <0, 0, 0>
  rotate <5, 0, 0>
  }

light_source {
  <-10000, 10000, -10000>
  rgb 2
  }

// Sky

background {
  color rgb <.25, .5, 1>
  }

// Water

plane {
  y, 0
  texture {
    pigment { color rgb 1 filter 1 }
    finish { reflection { 0, 1 } }
    normal { bozo 2 }
    }
  }

// Ocean Floor

plane {
  y, -1000
  texture { pigment { color rgb .25 } }
  }

// Sphere

sphere {
  0, 10
  texture { pigment { color rgb .5 } }
  }



Aaron

Aaron Gillies
New York City
x3rxes[*]yahoo.com


Post a reply to this message

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