tinkering around with bevy
This commit is contained in:
parent
52bb4d43df
commit
c33335fc50
5 changed files with 450 additions and 492 deletions
|
@ -15,6 +15,7 @@ fn main() {
|
|||
.add_plugins(DefaultPlugins)
|
||||
.add_plugin(scene::BuildScenePlugin)
|
||||
.add_startup_system(offaxis::camera_setup)
|
||||
.add_system(bevy::window::close_on_esc)
|
||||
// .add_system_to_stage(
|
||||
// CoreStage::PostUpdate,
|
||||
// camera_system::<offaxis::OffAxisProjection>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue