|
想请教下,在osg下用
const osg::Viewport * pViewport = camera.getViewport();
osg::ref_ptr<osg::Image> m_pFrameImage->readPixels(pViewport->x(), pViewport->y(),pViewport->width(),pViewport->height(), GL_RGBA, GL_UNSIGNED_BYTE);
怎么能设置成图像保存成需要的分辨率呢?这样默认读取的图像都是按pViewport的长宽截图的,不同电脑上截图大小都不一样~~!!!谢谢各位 |
|