open 2 window at the same time--->openGL????
-
hi..my program is in C++ with openGL..I have open 1 window to display my objects..but i need to open another window to display the result of processing executed on same object.. my code like this #include .... .... routine for processing object(like filter) .... ... //after that processing i need to open a new window to display results(another image) with keeping the original window open to see diferences. int main creat window.... //here the original window of the object before processing it.regards
-
hi..my program is in C++ with openGL..I have open 1 window to display my objects..but i need to open another window to display the result of processing executed on same object.. my code like this #include .... .... routine for processing object(like filter) .... ... //after that processing i need to open a new window to display results(another image) with keeping the original window open to see diferences. int main creat window.... //here the original window of the object before processing it.regards
Miss_ Petrovna wrote:
hi..my program is in C++ with openGL..I have open 1 window to display my objects..but i need to open another window to display the result of processing executed on same object..
http://users.encs.concordia.ca/~grogono/Graphics/examples.html[^]
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
Miss_ Petrovna wrote:
hi..my program is in C++ with openGL..I have open 1 window to display my objects..but i need to open another window to display the result of processing executed on same object..
http://users.encs.concordia.ca/~grogono/Graphics/examples.html[^]
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
Thanks alot:)... its very good website :).. Petrovna