Updated sponza

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-06-27 00:36:35 +02:00
parent 806ebcb0d6
commit 6f0c078f7b
28 changed files with 464 additions and 115 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -61,5 +61,5 @@
"path": "scenes://Duck.evsc" "path": "scenes://Duck.evsc"
} }
], ],
"activeScene": "DuckScene" "activeScene": "SponzaScene"
} }
+462 -113
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
this.on_init = function() this.on_init = function()
this.speed = 0.1 this.speed = 0.001
this.angles = Vec3:new() this.angles = Vec3:new()
this.mouse_sens = 0.01 this.mouse_sens = 0.01
end end