Fixes to osg::Image::createImage(..), and addition of code to Viewer.cpp to support
output of screen snapshot via 'O'.
This commit is contained in:
@@ -137,8 +137,6 @@ class SG_EXPORT Image : public Object
|
||||
|
||||
Image& operator = (const Image&) { return *this; }
|
||||
|
||||
void computePixelSize();
|
||||
|
||||
std::string _fileName;
|
||||
int _s, _t, _r;
|
||||
GLint _internalTextureFormat;
|
||||
|
||||
Reference in New Issue
Block a user