Finishes camera subsystem

This commit is contained in:
Rene Eichhorn
2016-06-11 17:55:24 +02:00
parent 371b34a548
commit a9d257738f
4 changed files with 263 additions and 17 deletions

View File

@ -17,6 +17,7 @@ pub use system::IVRSystem;
pub use extended_display::IVRExtendedDisplay;
pub use compositor::IVRCompositor;
pub use render_models::IVRRenderModels;
pub use tracked_camera::IVRTrackedCamera;
pub use subsystems::*;
pub use error::*;