Skip to content
Advertisement

Tag: raycasting

Ray Casting floor with HTML canvas

I am coding a small Javascript/ HTML-canvas Wolfenstein style game. I am following Permadi tutorial. For now I did suceed to implement the textured wall raycasting. What I want to do now is to do the floor raycasting. As far as I understand, when I finish to draw a slice of wall, I have to check if it reaches the

Advertisement