]> git.tdb.fi Git - libs/vr.git/blob - source/stereocombiner.cpp
Add strabismus correction
[libs/vr.git] / source / stereocombiner.cpp
1 #include "stereocombiner.h"
2
3 namespace Msp {
4 namespace VR {
5
6 StereoCombiner::StereoCombiner():
7         width_factor(1.0f),
8         height_factor(1.0f),
9         aspect_factor(1.0f),
10         frustum_skew(0.0f)
11 { }
12
13 } // namespace VR
14 } // namespace Msp