POV-Ray : Newsgroups : povray.general : looks_like : looks_like Server Time
21 May 2024 20:37:59 EDT (-0400)
  looks_like  
From: Mike Horvath
Date: 14 Jan 2016 02:47:07
Message: <5697527b@news.povray.org>
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


Post a reply to this message

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