POV-Ray : Newsgroups : povray.beta-test : Light_sources in light_groups don't cast shadows Server Time
30 Jul 2024 14:29:14 EDT (-0400)
  Light_sources in light_groups don't cast shadows (Message 11 to 17 of 17)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: JRG
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 09:09:51
Message: <3bffaa2f@news.povray.org>
I got it. If you turn light buffers off it works fine. So it must be a bug.

--
Jonathan.


Post a reply to this message

From: Bob H 
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 09:18:13
Message: <3bffac25@news.povray.org>
"JRG" <jrg### [at] hotmailcom> wrote in message
news:3bffaa2f@news.povray.org...
> I got it. If you turn light buffers off it works fine. So it must be a
bug.

Yes, must be.  Especially since I can use either -ul or +ul.  Light buffer
on or off is the same for me here.


Post a reply to this message

From: JRG
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 09:25:20
Message: <3bffadd0@news.povray.org>
Not for me: with +ul the bug manifests itself, with -ul it doesn't. It's
really strange...
Maybe light buffers work unexpectedly in XP? I mean, there's a bug, but with
XP it doesn't show. Any other XP users here?

--
Jonathan.


"Bob H." <omn### [at] msncom> ha scritto nel messaggio
news:3bffac25@news.povray.org...
> "JRG" <jrg### [at] hotmailcom> wrote in message
> news:3bffaa2f@news.povray.org...
> > I got it. If you turn light buffers off it works fine. So it must be a
> bug.
>
> Yes, must be.  Especially since I can use either -ul or +ul.  Light buffer
> on or off is the same for me here.
>
>
>


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 10:20:12
Message: <3bffbaac@news.povray.org>
In article <3bffadd0@news.povray.org> , "JRG" <jrg### [at] hotmailcom> wrote:

> Maybe light buffers work unexpectedly in XP? I mean, there's a bug, but with
> XP it doesn't show. Any other XP users here?

The core code does not depend on the operating system (besides, one thing is
for sure: I am not using WinDOS XP).  Don't jump to such conclusions.  There
are a million reasons why it cannot work, none of which has to do with the
operating system.  Only the source code can tell...

    Thorsten

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Mike Williams
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 12:33:41
Message: <hyp$TDARd5$7EwaR@econym.demon.co.uk>
Wasn't it Marc-Hendrik Bremer who wrote:

>I don't get shadows either. Can't be the Athlon.

I'm going to log this as a confirmed bug, even though I'm not entirely
sure of the conditions under which the shadows are present.

On my system there are no shadows in either of the examples posted.

Here's my, rather confusing, contribution to the fray - no text object,
just spheres and boxes for simplicity.



camera { location  <0, 2, -3>
         look_at   0
}
    
light_group {
  light_source { <-1, 3, 1> rgb 1}
  sphere {y,0.5 pigment {rgb 1}}
  box {<-1,0,-1><1,0.5,1> pigment {rgb 1}}
}

//  sphere {<4,-5,10>,0.5 pigment {rgb 1}}

background {rgb z}



On my machine, as written, the sphere casts a shadow on the box.
However, when I uncomment the second sphere the shadow disappears. The
existence of any extra object seems to switch off the shadow. Even if
the second sphere is moved inside the light group it kills the shadow.

3.5b7 (both versions), Celeron II 800, W98se, 128Mb

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

From: Marc-Hendrik Bremer
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 24 Nov 2001 13:28:14
Message: <3bffe6be@news.povray.org>
Mike Williams schrieb ...

>On my machine, as written, the sphere casts a shadow on the box.
>However, when I uncomment the second sphere the shadow disappears. The
>existence of any extra object seems to switch off the shadow. Even if
>the second sphere is moved inside the light group it kills the shadow.
>

I can confirm this behavior with your script. It is cured by using -ul in
this case, too.

Marc-Hendrik

PII450, Win98, 128 MB, Pov 3.5 beta 7


Post a reply to this message

From: JRG
Subject: Re: Light_sources in light_groups don't cast shadows
Date: 25 Nov 2001 06:30:22
Message: <3c00d64e@news.povray.org>
Of course, my fault. Sorry.

--
Jonathan.
"Thorsten Froehlich" <tho### [at] trfde> ha scritto nel messaggio
news:3bffbaac@news.povray.org...
> In article <3bffadd0@news.povray.org> , "JRG" <jrg### [at] hotmailcom> wrote:
>
> > Maybe light buffers work unexpectedly in XP? I mean, there's a bug, but
with
> > XP it doesn't show. Any other XP users here?
>
> The core code does not depend on the operating system (besides, one thing
is
> for sure: I am not using WinDOS XP).  Don't jump to such conclusions.
There
> are a million reasons why it cannot work, none of which has to do with the
> operating system.  Only the source code can tell...
>
>     Thorsten
>
> ____________________________________________________
> Thorsten Froehlich
> e-mail: mac### [at] povrayorg
>
> I am a member of the POV-Ray Team.
> Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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