- added ability to save screenshots in G3d with background transparency

This commit is contained in:
Mark Vejvoda
2011-01-21 16:34:33 +00:00
parent 0a7b3f9ebd
commit 9d369bb30e
5 changed files with 169 additions and 57 deletions

View File

@@ -144,7 +144,8 @@ public:
void end();
void setBackgroundColor(float red, float green, float blue, float alpha);
void setBackgroundColor(float red, float green, float blue);
void setAlphaColor(float alpha);
void saveScreen(const string &path);
};