POV-Ray : Newsgroups : moray.win : soft shadows : Re: soft shadows Server Time
8 Jul 2024 08:59:52 EDT (-0400)
  Re: soft shadows  
From: Antonio Garrido
Date: 11 Jan 2002 09:40:39
Message: <3c3ef967@news.povray.org>
But I dont want to use area lights. I want to get soft edges with
spotlights. I have seen some kind of example for doing it in povray.
Could I use spotlight in moray, send the file to pov ray, re-write de file
modifyng the spolight settings and re-run the render? Thanks.
Antonio.
Example.

light_source {
    <20, 30, -15>
    color White
    spotlight
    radius 6
    falloff 8
    tightness 10
    area_light <5, 0, 0>, <0, 0, 5>, 3, 3
    adaptive 1
    jitter
    point_at <-.7, 0, 2>
}

light_source {
    <-20, 30, -3>
    color Blue
    spotlight
    radius 4
    falloff 6
    tightness 10
    area_light <5, 0, 0>, <0, 0, 5>, 3, 3
    adaptive 1
    jitter
    point_at <-1, 0, 0>
}

light_source {
    <20, 30, -3>
    color Red
    spotlight
    radius 4
    falloff 6
    tightness 10
    area_light <5, 0, 0>, <0, 0, 5>, 3, 3
    adaptive 1
    jitter
    point_at <1, 0, 0>
}


Post a reply to this message

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