update
This commit is contained in:
parent
d98c0a87fa
commit
714be06192
4 changed files with 147 additions and 128 deletions
|
@ -14,7 +14,6 @@ use crate::console::*;
|
|||
|
||||
use bevy::{prelude::*, window::PresentMode, render::camera::CameraProjectionPlugin};
|
||||
use offaxis::{offaxis_camera_setup, OffAxisProjection};
|
||||
use tracker::setup_tracker;
|
||||
|
||||
mod offaxis;
|
||||
mod scene;
|
||||
|
@ -56,7 +55,8 @@ fn main() {
|
|||
.add_startup_system(setup_threaded_tracker)
|
||||
|
||||
.add_plugin(CameraProjectionPlugin::<OffAxisProjection>::default())
|
||||
.add_system(simulate_viewer)
|
||||
// .add_system(simulate_viewer)
|
||||
.add_system(simulate_viewer_with_keyboard)
|
||||
.add_system(apply_viewer_to_projections)
|
||||
.add_system(toggle_fullscreeen)
|
||||
.run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue