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.
Comments
Post a Comment