|
发表于 2008-11-18 12:34:06
|
显示全部楼层
- osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface();
- unsigned int width ,height ;
- wsi->getScreenResolution(osg::GraphicsContext::ScreenIdentifier(0),width,height) ;
复制代码 |
|