added poses

This commit is contained in:
Colin Sherratt
2015-06-16 20:05:46 -04:00
parent 8003ddd329
commit cd2d0aafbd
2 changed files with 50 additions and 2 deletions

View File

@ -22,7 +22,6 @@ fn main() {
println!("eye_to_head: {:?}", ivr.eye_to_head_transform(vr::Eye::Left));
println!("vsync: {:?}", ivr.time_since_last_vsync());
println!("poses {:?}", ivr.tracked_devices(0.).as_slice());
println!("Done! \\o/");
}