POV-Ray : Newsgroups : povray.binaries.utilities : POVGUI 1.4 : Re: POVGUI 1.4 Server Time
2 Jun 2024 04:33:46 EDT (-0400)
  Re: POVGUI 1.4  
From: dave
Date: 5 Sep 2001 22:48:35
Message: <3B96E482.27303602@aol.com>
/*Whoops. I appear to have shipped this archive with a file missing. It is the
POV file that creates the image for a height field object. Here is "Field.pov."
*/

#version unofficial MegaPOV 0.7;

#include "colors.inc"
#include "textures.inc"

global_settings
{
 radiosity {}
//ambient_light .1
}

camera {
  location  <0, 5,-20>
  look_at   <0,0,0>}

light_source {
  <-10, 30, -30>
White
}

plane { z, 0 pigment {spotted scale 2  color_map {
[0 Black]
[1 Gray50]}}}

//There are also some typos in the docs...


Post a reply to this message

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