update with WiP
This commit is contained in:
parent
13349c9920
commit
c73726ddc0
3 changed files with 10 additions and 9 deletions
|
@ -47,8 +47,8 @@ fn main() {
|
|||
// .add_system(modify_projection)
|
||||
|
||||
.add_startup_system(offaxis_camera_setup)
|
||||
.add_startup_system(setup_tracker)
|
||||
.add_system(update_tracker)
|
||||
// .add_startup_system(setup_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