This commit is contained in:
h4570
2022-08-24 20:49:56 +02:00
parent 0fd2478049
commit ac335baa75
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
------------ Tyra's v2.0 roadmap to publish on GitHub ------------
- [General] Check all left TODOs -> Github issues
- [General] Readme Credits: clipping, obj loader
- [Video] How to setup environment
- [Video] How to work with Tyra
+1 -1
View File
@@ -23,7 +23,7 @@ class RendererSettings {
interlacedHeightF(height / 2),
near(0.1F),
far(8192.0F),
projectionScale(8192.0F),
projectionScale(4096.0F),
aspectRatio(width / height),
interlacedHeightUI(static_cast<unsigned int>(interlacedHeightF)) {}
~RendererSettings();