POV-Ray : Newsgroups : povray.text.scene-files : Plateaus: pov file for creating the HF : Plateaus: pov file for creating the HF Server Time
28 Jul 2024 16:31:03 EDT (-0400)
  Plateaus: pov file for creating the HF  
From: SamuelT 
Date: 4 Nov 1999 22:11:34
Message: <38224C58.BFC9B8BD@aol.com>
Here is the source code for my plateaus (see binaries.images). It uses a
cylindrical pigment with other stuff. I don't know if this will work
with all versions of pov or not.

global_settings{hf_gray_16 on ambient_light 0}

camera{location<0,10,0>look_at<0,0,0> orthographic}

light_source{<0,20,0>,1}

plane{y,0
 pigment{
  cylindrical scale<6,1,4> turbulence .4
  color_map{
   [0 rgb 0][.3 rgb .15][.55 rgb .4][.65 rgb .95][1 rgb 1]
  }
 }
 texture{pigment{bumps turbulence .7 scale .5 color_map{[.3 rgbt<0 0 0
1>][1 rgbt<0 0 0 .8>]}}}
}


--
Samuel Benge

STB### [at] aolcom

"And you can fly
 High as a kite if you want to
 Faster than light if you want to
 Speeding through the universe
 Thinking is the best way to travel"

          -The Best Way to Travel, The Moody Blues


Post a reply to this message

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