initial setup for rendering into a viewport

This commit is contained in:
Hartmut Seichter 2022-12-06 16:29:41 +01:00
parent 3b18d1e032
commit c793c81ee8
3 changed files with 8 additions and 5 deletions

View file

@ -68,6 +68,6 @@ pub fn offaxis_camera_setup(mut commands: Commands) {
VisibleEntities::default(),
Camera::default(),
Camera3d::default(),
ScreenInfo::default()
ScreenInfo::new("Test")
));
}