Hooked up the phone controller to the light and added a demo video at 1440x900

This commit is contained in:
MitchellHansen
2017-02-12 23:04:08 -08:00
parent e364c5380d
commit ab1fcb9678
7 changed files with 59 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ void NetworkInput::threaded_client_listener(int port) {
event_queue.push_back(std::make_unique<vr::JoystickMoved>(vr::JoystickMoved(sf::Joystick::Axis::Y, 0, y)));
event_queue.push_back(std::make_unique<vr::JoystickMoved>(vr::JoystickMoved(sf::Joystick::Axis::Z, 0, z)));
std::cout << "X: " << x << " Y: " << y << " Z: " << z << std::endl;
//std::cout << "X: " << x << " Y: " << y << " Z: " << z << std::endl;
}
}
}