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:
Hartmut Seichter 2022-12-13 18:13:59 +01:00
parent 008d3af930
commit a0f80fef96
4 changed files with 30 additions and 21 deletions

View file

@ -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)