show headset view in monitor window

This commit is contained in:
2016-09-30 23:51:48 -07:00
parent 708af6720c
commit 8faa60b921
2 changed files with 2 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ pub fn main() {
let mut vr = vr::VR::new().expect("VR init");
let mut window: PistonWindow =
WindowSettings::new("Hello Virtual World!", [512; 2])
WindowSettings::new("Hello, Britannia!", [1024; 2])
.exit_on_esc(true)
.vsync(false)
.build().expect("Building Window");