GLUT in small part of window. (winapi) -


is there simple way see opengl images in small part of window? need controls buttons or checkboxes on rest part. how possible? possible (free)glut?

===edit1===

in other words, need children window, quarter of existing window. have change next code in order pack glut entity in small window.

glutinit(&argc, argv); glutinitdisplaymode(glut_rgba | glut_double); glutinitwindowposition(20, 20); glutinitwindowsize(frame_width, frame_height); glutcreatewindow("myvideo2"); 

this article explains way of creation such program minutely in detail, works me few ommited moments couldn't set calling ontimer on picture control in vs13 have set on dialog.

http://www.codeguru.com/cpp/cpp/cpp_mfc/tutorials/article.php/c10975/setting-up-opengl-in-an-mfc-control.htm


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -