Original Post
How do I draw a massive grid on the x-y plane in the quickest way possible such that I can amove the camera in any direction that I please, whilst the grid remains in a horizontal position(to the world).
Ahh i guess that didn''t make too much sense....
ok: I want to draw a grid, which extends from -infinity to +infinity in both the X and Y axes of my world.
I tried to do this with GL_LINES but it just did not look right
Would a texture be better?
