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

@ -28,6 +28,7 @@ pub fn update_offaxis(mut query : Query<(
(*q).far *= 1.0;
println!("Update {:?}",q);
println!("Screeninfo {0}",si.name.len());
println!("Screeninfo {}",si.name);
}
}