xDiaym/poom

Low fps near walls

Closed this issue · 1 comments

When approaching the walls, fps drops. This is due to the fact that the wall textures are stretched according to the hyberbolic formula.

half_height = <int>(height / (intersection.distance * cos(angle - view))) // 2

Fixed in v1.0.1