POV-Ray : Newsgroups : povray.binaries.images : Halloweeeeeeen (WIP) ~4kb : Re: Halloweeeeeeen (WIP) ~4kb Server Time
12 Aug 2024 11:22:08 EDT (-0400)
  Re: Halloweeeeeeen (WIP) ~4kb  
From: Aaron Gillies
Date: 28 Oct 2003 20:20:47
Message: <3f9f15ef$1@news.povray.org>
Here is the recipe for the floor:

plane {
    y, 0
    texture {
        pigment {
            color rgb 0
            }
        normal {
            bozo scale 16
            }
        finish {
            reflection .125
            }
        }
    }

The light is a single point light:

light_source {
    <-2000, 4000, -3000>
    color rgb 2
    }

Hovering high above is a very bright plane:

plane {
    y, -10000
    rotate <180, 0, 0>
    texture {
        pigment {
            color rgb 4
            }
        }
    }


Post a reply to this message

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