LightDirection() v LightLookAt()

Everything related to 3D programming
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

LightDirection() v LightLookAt()

Post by IdeasVacuum »

LightDirection() v LightLookAt() when is one a better choice than the other? Is it to do with lights that move?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 756
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: LightDirection() v LightLookAt()

Post 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.
Post Reply