- best i can do for now, screnshots can be sized, but size cannot exceed max viewable on screen resolution

This commit is contained in:
Mark Vejvoda
2012-01-06 21:02:23 +00:00
parent 1622b9b046
commit d8092d25f6
3 changed files with 20 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ using namespace Shared::Graphics::Gl;
namespace Shared{ namespace G3dViewer{
int Renderer::windowX= 100;
int Renderer::windowY= 100;
int Renderer::windowW= 640;
int Renderer::windowH= 480;