updated code with reversed projection matrix code
This commit is contained in:
parent
249187b698
commit
4e59d730fc
2 changed files with 75 additions and 33 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue