#declare CamLoc=<Whatever Coords you choose>;
#declare SpotLoc=CamLoc+<0,3,0>; //This puts the SpotLoc above the
camera
then
camera{location CamLoc ...}
light_source{SpotLoc ...}
This should get you started.
rsibbald wrote:
> How can I make a spotlight always follow my camera
> in an animation? (as opposed to moving my spotlight
> seperately from my camera)
--
Bryan Valencia
Software Services - Making Windows Scream
http://www.209software.com
mailto:bry### [at] 209softwarecom
Post a reply to this message
|