X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fview.h;h=3b0d625df7456c74178becd3eb9476e01718ffb3;hb=1fec110dffcb5740aa20bb826b92aa6a3824503d;hp=5e954a737da05baf07bd9ff963c0224b26345185;hpb=d96fe1e17d4517dfcc5c7902828ef230901a77b8;p=r2c2.git diff --git a/source/3d/view.h b/source/3d/view.h index 5e954a7..3b0d625 100644 --- a/source/3d/view.h +++ b/source/3d/view.h @@ -3,6 +3,7 @@ #include #include +#include "sky.h" namespace R2C2 { @@ -16,6 +17,7 @@ protected: unsigned height; Msp::GL::Camera camera; Msp::GL::Pipeline pipeline; + Sky3D sky; public: View3D(Layout3D &, unsigned, unsigned);