In a windows application, input is taken from slide bars, drop down lists and text boxes and the output is to be generated as a 3D image. Is it possible to use C++ with OpenGL for this purpose since GDI only works for 2D? Is there any example on how this may be done?