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:
Robert Osfield
2002-04-14 13:41:13 +00:00
parent 03e9f63d54
commit 09d41789da
4 changed files with 48 additions and 30 deletions

View File

@@ -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;