initial setup for rendering into a viewport
This commit is contained in:
parent
3b18d1e032
commit
c793c81ee8
3 changed files with 8 additions and 5 deletions
|
@ -68,6 +68,6 @@ pub fn offaxis_camera_setup(mut commands: Commands) {
|
|||
VisibleEntities::default(),
|
||||
Camera::default(),
|
||||
Camera3d::default(),
|
||||
ScreenInfo::default()
|
||||
ScreenInfo::new("Test")
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue