NeHe samples
Submitted by David_Jones on May 9, 2008 - 9:16am.
| Project: | Tao.OpenGl |
| Component: | Miscellaneous |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | Active |
Description
The resize window function resizes the window as a whole, so the client area is not the correct size and this causes issues with raster positions and perspective calculations. ie. the form size could be set to 640x480, but the client area will only be 640x462 (or whatever...don't have the exact specs with me). instead the ClientSize should be set

Edit: sorry misread your
Edit: sorry misread your comment.
------
OpenTK