added threading handler for capturing VRPN input
This commit is contained in:
parent
6c8c9d70cb
commit
d39fd7b0f6
7 changed files with 119 additions and 102 deletions
|
@ -52,7 +52,9 @@ fn main() {
|
|||
.add_startup_system(offaxis_camera_setup)
|
||||
// .add_startup_system(setup_tracker)
|
||||
// .add_system(update_tracker)
|
||||
.add_startup_system(setup_threaded_tracker)
|
||||
// .add_startup_system(setup_threaded_tracker)
|
||||
// .add_startup_system(setup_threaded_tracker_simple)
|
||||
.init_resource::<Tracker>()
|
||||
|
||||
.add_plugin(CameraProjectionPlugin::<OffAxisProjection>::default())
|
||||
// .add_system(simulate_viewer_with_circle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue