Question about Target parameter of Matrix.CreateLookAt
- by manning18
I have a newbie question that's causing me a little bit of confusion when experimenting with cameras and reading other peoples implementations - does this parameter represent a point or a vector?
In some examples I've seen people treat it like a specific point they are looking at (eg a position in the world), other times I see people caching the…