POV-Ray : Newsgroups : povray.general : Area Light Close to a Surface looks like a Point Light : Re: Area Light Close to a Surface looks like a Point Light Server Time
1 Aug 2024 16:24:51 EDT (-0400)
  Re: Area Light Close to a Surface looks like a Point Light  
From: Jim Charter
Date: 29 Jul 2005 14:54:05
Message: <42ea7b4d$1@news.povray.org>
Jim Charter wrote:

For instance you could try this:

#include "rad_def.inc"
global_settings {
         assumed_gamma 1.0
         max_trace_level 10
         radiosity {
                 Rad_Settings(Radiosity_Final, off, off)
         }
}

#default{finish{ambient 0}}


plane { y, 0
	pigment { rgb 1 }
	finish {diffuse 1 }
}

box { <-6, 4.5, -3> <6, 4.51 ,3>
	no_image
	pigment { rgb <1,1,0> }
	finish { ambient 1 }
}

sphere { .1, .1
         pigment { rgb 1 }
         finish { diffuse .8 }
}

camera {
   	location  vrotate ( <0.0, 0, -15.0>, <12, 1,0> )
   	look_at   < 0, 0,   0>
   	right     x*image_width/image_height
   	angle 34
}


Post a reply to this message

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