How to create multiple opengl view In same window?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I have one Window with size of 700*700.The view size is 500*500 and 100*100 of Opengl. Now i am drawing some object on 500*500 opengl view. how i can draw same object on 100 *100 view without create any new object? means i want to use existing big view's object in Small view. Let me know how can we archive this thing. Thanks