X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=blobdiff_plain;f=source%2Fopenvr%2Fopenvrsystem.h;h=119eb16e7e7948d211cea8b7804360c7d40b4a89;hp=ca5411e287181e08b1cfd7875e67d5f3e1b98671;hb=2acdfcc95c317f30e725e17f0d372fce050830ef;hpb=5fe4e511b9eb2f093070270e8f5694bcdf3a4f96 diff --git a/source/openvr/openvrsystem.h b/source/openvr/openvrsystem.h index ca5411e..119eb16 100644 --- a/source/openvr/openvrsystem.h +++ b/source/openvr/openvrsystem.h @@ -31,6 +31,8 @@ public: virtual OpenVRCamera *create_camera(const GL::Camera &); virtual OpenVRCombiner *create_combiner(GL::View &); + virtual void tick(); + void update_pose_matrices(); const GL::Matrix &get_tracking_matrix(unsigned) const; const GL::Matrix &get_hmd_matrix() const;