This commit is contained in:
MarcEricMartel
2021-12-06 12:21:05 -05:00
parent 7bf926378b
commit 8debc055ed
4 changed files with 2 additions and 9 deletions

View File

@@ -303,7 +303,7 @@ void World::RenderWorld(int& rendercount, int& badhitcount, Player& player, Tran
if (dist > VIEW_DISTANCE * .5f) {
sinus = .00872653549f; // sin(1/2 degr<67>)
cosinus = .99996192306; // cos(1/2 degr<67>)
echantillons = 120;
echantillons = 180;
}
else if (dist > VIEW_DISTANCE * .5f) {
sinus = .01151891831f; // sin(2/3 degr<67>)