POV-Ray : Newsgroups : povray.advanced-users : Placing items behind a sky_sphere. Server Time
28 Jul 2024 18:19:18 EDT (-0400)
  Placing items behind a sky_sphere. (Message 1 to 2 of 2)  
From: Allen
Subject: Placing items behind a sky_sphere.
Date: 19 Oct 2004 18:20:00
Message: <web.417592419bbb8ea4317f6e3f0@news.povray.org>
I know you can not actually do this,  but is there any way to make a single
item in the scene recieve no shadows at all from any other item, yet still
have all other items able to have shadow amongst themselves, sort of like a
receive_no_shadow technique?  What I want to do is develop a scene where an
item appears to be behind the sky, but I can't do this with a sky_sphere so
I'm using a real sphere. The only problem is you can see shadows cast onto
the sphere (sky).


Post a reply to this message

From: Slime
Subject: Re: Placing items behind a sky_sphere.
Date: 19 Oct 2004 18:48:23
Message: <417599b7$1@news.povray.org>
> I know you can not actually do this,  but is there any way to make a
single
> item in the scene recieve no shadows at all from any other item, yet still
> have all other items able to have shadow amongst themselves, sort of like
a
> receive_no_shadow technique?  What I want to do is develop a scene where
an
> item appears to be behind the sky, but I can't do this with a sky_sphere
so
> I'm using a real sphere. The only problem is you can see shadows cast onto
> the sphere (sky).


Give it this finish:

finish {ambient 1 diffuse 0}

and then it will be fully lit everywhere but its lighting will not depend on
light sources. This should make it look like a sky sphere.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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