fixed minor bugs, opengl example is rendering now the lighthouse within the hmd

This commit is contained in:
Rene Eichhorn
2016-05-06 14:39:12 +02:00
parent 5801325a54
commit f085d27003
7 changed files with 169 additions and 19 deletions

View File

@ -2,6 +2,7 @@ extern crate openvr_sys;
pub use openvr_sys::Enum_EVRInitError::*;
pub use openvr_sys::Enum_EVRApplicationType::*;
pub use openvr_sys::Enum_ETrackedDeviceProperty::*;
pub use openvr_sys::Enum_ETrackedDeviceClass::*;
pub mod common;
pub mod tracking;