POV-Ray : Newsgroups : povray.binaries.images : Care to have a seat? (25kb) : Re: Care to have a seat? (25kb) Server Time
13 Aug 2024 17:31:36 EDT (-0400)
  Re: Care to have a seat? (25kb)  
From: Ian J  Burgmyer
Date: 19 Feb 2003 00:01:04
Message: <3e530f90$1@news.povray.org>
"Anthony D. Baye" <ban### [at] Rapidnetcom> wrote in message
news:3E530623.5C4A6A4C@Rapidnet.com...
> Try making the hotspot of your spotlights smaller.  (tightness > 50,
falloff
> 36...)?

I was actually considering that, but figured it would lower the contrast of
the image (something that I don't want to happen).

> That's just off the top of my head, I'll have to try a simple scene myself
to
> test it.

Here's the code I used for the spotlights:

-----
#declare SpotLite = light_source {
  <0.0,5.0,0.0> rgb 1
  spotlight
  point_at<0.0,0.0,0.0>
  radius 2.0
  falloff 30.0
  media_attenuation on
}

#declare ManySpots = union {
 object { SpotLite translate<0.0,0.0,0.0> }
 object { SpotLite translate<0.0,0.0,0.0> }
 object { SpotLite translate<-0.25,-0.1,-0.25> }
 object { SpotLite translate<-0.25,-0.1,0.25> }
 object { SpotLite translate<0.25,-0.1,-0.25> }
 object { SpotLite translate<0.25,-0.1,0.25> }
}
-----

I tried putting all of that into one light with an "rgb 6", but I think the
current setup gives better results.

-Ian


Post a reply to this message

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