This is a read-only mirror of the content originally found on forum.gbadev.org
(now offline), salvaged from Wayback machine copies. A new forum can be found here.
DS development > Viewport 3D
#120325 - Risine - Fri Mar 02, 2007 9:56 pm
Hello everybody,
Does someone know if there is a way to set a viewport bigger than the screen in 3D?
#120543 - gabebear - Sun Mar 04, 2007 4:09 pm
You can set the viewport size up to 256x256 with 0,0,255,255 and it will just cut off the bottom 32 pixels that are rendered.
Are you trying to zoom in on a scene? gluPickMatrix is what you want to use if you are trying to zoom a section of the screen.