gpt4 book ai didi

c++ - OpenGL/GLUT - 更新多个窗口

转载 作者:行者123 更新时间:2023-11-30 05:33:38 24 4
gpt4 key购买 nike

因此,我正在创建一个游戏,其中我有两个具有不同显示功能的不同窗口。我想知道是否可以同时更新两个窗口。假设对于一个窗口,我隐式调用 glutPostRedisplay() 来强制更新。这只会导致当前窗口的更新。然而,我想更新它们。

这可能吗?我已经搜索了很长时间,但在某些人看来似乎没有找到明确的答案。

谢谢。

最佳答案

4.5 glutPostRedisplay

glutPostRedisplay marks the current window as needing to be redisplayed.

“当前窗口”嗯?我想知道是否...

4.3 glutSetWindow, glutGetWindow

glutSetWindow sets the current window; glutGetWindow returns the identifier of the current window.

foreach( int window : windows )
{
glutSetWindow( window );
glutPostRedisplay();
}

关于c++ - OpenGL/GLUT - 更新多个窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34644602/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com