POV-Ray : Newsgroups : povray.general : looks_like : Re: looks_like Server Time
21 May 2024 16:59:08 EDT (-0400)
  Re: looks_like  
From: Mike Horvath
Date: 14 Jan 2016 05:51:21
Message: <56977da9$1@news.povray.org>
On 1/14/2016 2:47 AM, Mike Horvath wrote:
> I have the following code:
>
> #local lamp_sphere = sphere
> {
>      0, 1
>      scale lamp_radius
>      hollow
> }
> light_source
> {
>      0, lamp_color
>      looks_like {lamp_sphere}
>      translate spiral_coo
> }
>
> Unfortunately the sphere is blocking the light source when it should let
> the light shine through. What am I doing wrong? Thanks.
>
>
>
> Mike


Never mind. I had wrapped everything in a merge when I should have 
instead wrapped everything in a union.


Mike


Post a reply to this message

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