Skip to content

Commit

Permalink
Add in camera, you probably need that
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Dec 11, 2024
1 parent 6d0d54c commit efeb43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ fn setup(mut commands: Commands, mut window: Query<&mut Window>, assets: Res<Ass
.id();

commands.spawn((
Camera3d::default(),
Projection::Perspective(PerspectiveProjection {
fov: TAU / 5.0,
..default()
Expand Down

0 comments on commit efeb43c

Please sign in to comment.