c++ opengl: how can i combine 2 different projection types for 3d graphics and 2d menus ?
- by ufk
Hi!
I would like to use Oblique projection for menus and perspective projection for the 3d-scene. is there a way to combine between this two projections ?
In general I'm asking how can I create menus in opengl for my 3d scene.
Programming using the c++ language.
Thanks!