POV-Ray : Newsgroups : povray.binaries.images : Invasion! (my dad's first image!) : Re: Invasion! (my dad's first image!) Server Time
2 Oct 2024 00:14:46 EDT (-0400)
  Re: Invasion! (my dad's first image!)  
From: Ian Burgmyer
Date: 28 Jun 2000 22:17:53
Message: <395ab1d1@news.povray.org>
Psychomek <psy### [at] homecom> wrote in message
news:395### [at] homecom...
> Nice...  How long has your dad been raytracing?  and how much help did
> you have to give him ?   and please post the source of the northern
> lights media

This is my dad's first image, and besides showing him the basic operation of
Moray, all I did was the media around the world.

BTW, the media is very basic, but here's the source anyway:

#declare Earth_Media =
   material  // Earth_Media
   {
      texture
      {
         pigment
         {
            color rgbf <1.0, 1.0, 1.0, 1.0>
         }
      }
      interior
      {
         media
         {
            emission rgb <0.0, 0.0, 0.5>
            density
            {
               spherical
            }
         }
      }
   }

-Ian


Post a reply to this message

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