update to utilize a proper off-axis projection including a demo scene to prototype all systems
This commit is contained in:
parent
040bc8d88a
commit
9c778afa2b
7 changed files with 130 additions and 81 deletions
|
@ -41,8 +41,8 @@ fn main() {
|
|||
|
||||
.add_startup_system(offaxis_camera_setup)
|
||||
.add_plugin(CameraProjectionPlugin::<OffAxisProjection>::default())
|
||||
.add_system(update_offaxis)
|
||||
.add_system(simulate_viewer)
|
||||
.add_system(apply_viewer_to_projections)
|
||||
.run();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue