OpenGL-Raycaster_v1 icon indicating copy to clipboard operation
OpenGL-Raycaster_v1 copied to clipboard

Results 6 OpenGL-Raycaster_v1 issues
Sort by recently updated
recently updated
newest added

I have tested this on Ubuntu 20.04.

The cloned folder code on float distance(float ax,float ay,float bx,float by,float ang) does not include types.

this code does not match the code setup on your part 1 tutorial

![screenshot](https://i.imgur.com/FveZQ72.png) absolutely no idea what's causing this, raycaster V2 runs at hundreds of frames/second, but still suffers from the rounded lines, and raycaster V1 suffers neither issue.

I made a pull request with a fix