feat: Initial commit
Some checks failed
build / checks-matrix (push) Failing after 2h8m43s
build / checks-build (push) Has been cancelled
build / codecov (push) Has started running
docs / docs (push) Has been cancelled

This commit is contained in:
2026-02-25 13:06:45 +05:30
parent 04d1f39df7
commit 1b47ed48ea
4 changed files with 10 additions and 10 deletions

View File

@@ -33,16 +33,6 @@ fn setup(
},
Transform::from_xyz(50.0, 50.0, 50.0).looking_at(Vec3::ZERO, Vec3::Y),
));
// commands.spawn((
// Transform::from_translation(Vec3::new(0.0, 1.5, 6.0)),
// Projection::from(OrthographicProjection {
// scaling_mode: bevy::camera::ScalingMode::FixedVertical {
// viewport_height: 1.0,
// },
// ..OrthographicProjection::default_3d()
// }),
// bevy_panorbit_camera::PanOrbitCamera::default(),
// ));
commands.spawn((
Mesh3d(meshes.add(Plane3d::default().mesh().size(5.0, 5.0))),