search for problem with custom projection matrices

This commit is contained in:
Hartmut Seichter 2022-12-07 20:41:17 +01:00
parent c3b852f312
commit 249187b698
4 changed files with 21 additions and 10 deletions

View file

@ -20,7 +20,7 @@ mod viewer;
fn main() {
App::new()
.insert_resource(ClearColor(Color::rgb(0.0, 0.1, 0.9)))
.insert_resource(ClearColor(Color::rgb(0.9, 0.9, 0.9)))
.add_plugins(DefaultPlugins.set(WindowPlugin {
window: WindowDescriptor {
title: "PixSpace".to_string(),