X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fview.h;h=ffe608e88cfe2a63113ea1f333e3dea86c68dc78;hb=b0d402f30489b0618d21281781e1b8f683ed567b;hp=f18f0a1f6a8bc95201f5dd9fbbcef339b09cc4ce;hpb=495c54e187ddbb7514c983e1829a69d82ccad5f3;p=r2c2.git diff --git a/source/3d/view.h b/source/3d/view.h index f18f0a1..ffe608e 100644 --- a/source/3d/view.h +++ b/source/3d/view.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_VIEW_H_ #define R2C2_3D_VIEW_H_ @@ -19,6 +12,8 @@ class View3D { protected: Layout3D &layout; + unsigned width; + unsigned height; Msp::GL::Camera camera; Msp::GL::Pipeline pipeline;