Page 1 of 1

LightDirection() v LightLookAt()

Posted: Sun Feb 17, 2013 4:31 pm
by IdeasVacuum
LightDirection() v LightLookAt() when is one a better choice than the other? Is it to do with lights that move?

Re: LightDirection() v LightLookAt()

Posted: Sun Feb 17, 2013 7:34 pm
by Samuel
I personally prefer LightLookAt(), but that's just me. Mainly because its quicker for me, but they both work good so it doesn't really matter.
You could try both and find out which one works best for you. These commands keep the lights in the same position. They just rotate on their own origin.
If you would like to move the lights position try MoveLight(x,y,z,#Mode). Holler if you need more help.