Ok so openGL technically has no camera, and is always looking at the eye co-ord 0.0.0.
Say if i create a camera class with all the relative functions need to move the camera around. how would i get open gl to actually look through my camera and use it as a view point.