IanM: I've never used vectors, but it looks interesting stuff. Can you clarify for me how I would use them...
I have a vector for my object position
I have an "offset" vector position, which would describe my light position relative to the object (e.g 0,50,0 for a light directly above).
I add the two vectors together to get the light position.
Does this sound correct? If it is, how do I create a vector from my object position? Do I have to use
Object Position X/Y/Z every cycle to reset it? I can't find any object/vector commands.
The other question is this...How would you rotate the vector in relation to the object? For example, if I want the light to always be
behind the object, it must move relatigve to the object angle.
Sorry for all the questions, but this is new territory for me. Thanks in advance.