I have, what I think is going to be a very obvious question to some so I'm hoping someone could quickly clean it up for me. I have an XNA app where I draw a grid of vertices and the camera is positioned 20.0f above it. If I place the camera at 0, -20, 0 and the target at 0, 0, 0 then the vertices don't appear. If I adjust the X or the Z axis a little bit to 0.1 then the vertices show. Why is this?
Thanks