POV-Ray : Newsgroups : povray.animations : for spotlight : Re: for spotlight Server Time
28 Jul 2024 12:35:48 EDT (-0400)
  Re: for spotlight  
From: C J 
Date: 19 Jun 2000 14:37:20
Message: <394e6860$1@news.povray.org>
Try this,

#declare ex=0
#declare why=0
#declare zee=-10

light_source {
                    <ex,why,zee>
                    White
                    rotate why*360*clock
}
camera {
                    location <ex,why*1,zee>
                    look_at 0
                    rotate why*360*clock
}


I hope that helps
C.J. - POV User
www.crosswinds.net/~povstudy


rsibbald <rsi### [at] julianuwoca> wrote in message
news:394### [at] julianuwoca...
> perhaps I should clarify....
>
>    I would like to have a line similar to the following...
>
> #declare light_source = camera_location + <0,1,0>
>
>   yet, I can't seem to manage.  Any ideas???
>


Post a reply to this message

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