updated code with reversed projection matrix code

This commit is contained in:
Hartmut Seichter 2022-12-09 18:35:37 +01:00
parent 249187b698
commit 4e59d730fc
2 changed files with 75 additions and 33 deletions

View file

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