|
|
I had a complex scene, with three spotlights pointed at the center: it took
122 secs to render.
But with three point lights, it took 133 secs.
Soooo, is it true that if one wants spotlights for dramatic effect, it can
only be a render time-helper?
Post a reply to this message
|
|
|
|
In article <3fbaee23$1@news.povray.org>,
"Greg M. Johnson" <gregj;-)565### [at] aolcom> wrote:
> I had a complex scene, with three spotlights pointed at the center: it took
> 122 secs to render.
> But with three point lights, it took 133 secs.
For all the areas outside the cone of light, no shadow testing needs to
be done. And it's computationally cheap to figure out that a point is
outside the cone of light.
> Soooo, is it true that if one wants spotlights for dramatic effect, it can
> only be a render time-helper?
If a spotlight illuminates practically the entire visible scene, it will
be slightly slower. (Extra calculations for spotlight angle falloff, no
benefit from skipping shadow calculations.)
Otherwise, render time will be slightly faster.
--
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/
Post a reply to this message
|
|