X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstereocombiner.cpp;h=a276c3bc3c677ad2ba24f49df1b435e572842156;hb=7576cb135f0b533c302e9c6ea91bd264d7c59954;hp=ba71818d743c56ae3d6b464942d48f5e6c5f0b2c;hpb=3d83f3acedfdd428807313986eefaf5bcd64b7e8;p=libs%2Fvr.git diff --git a/source/stereocombiner.cpp b/source/stereocombiner.cpp index ba71818..a276c3b 100644 --- a/source/stereocombiner.cpp +++ b/source/stereocombiner.cpp @@ -1,14 +1,15 @@ #include "stereocombiner.h" namespace Msp { -namespace GL { +namespace VR { StereoCombiner::StereoCombiner(): width_div(1), height_div(1), keep_aspect(false), - oversize(1.0f) + oversize(1.0f), + frustum_skew(0.0f) { } -} // namespace GL +} // namespace VR } // namespace Msp