tpb
12-19-2003, 07:42 AM
I would like to read in from the harddisk, lots of 2D vectors (map data) and then zoom and pan through the map.
All of the examples seem to recreate or reload the data in the glutDisplayFunc().
Is it possible to load all the vetors into ram on the videoboard once, and then pan and zoom using changes to the projection matrix alone? Am I missing something obvious?
All of the examples seem to recreate or reload the data in the glutDisplayFunc().
Is it possible to load all the vetors into ram on the videoboard once, and then pan and zoom using changes to the projection matrix alone? Am I missing something obvious?