downgraded dependency bytes and integrated the tracker into a system, next step will be to use a system that runs in parallel
This commit is contained in:
parent
008d3af930
commit
a0f80fef96
4 changed files with 30 additions and 21 deletions
|
@ -48,7 +48,7 @@ fn main() {
|
|||
|
||||
.add_startup_system(offaxis_camera_setup)
|
||||
.add_startup_system(setup_tracker)
|
||||
// .add_system(update_tracker)
|
||||
.add_system(update_tracker)
|
||||
|
||||
.add_plugin(CameraProjectionPlugin::<OffAxisProjection>::default())
|
||||
.add_system(simulate_viewer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue