diff --git a/src/GyroRaycaster.ino b/src/GyroRaycaster.ino index fb272e5..6f6da83 100644 --- a/src/GyroRaycaster.ino +++ b/src/GyroRaycaster.ino @@ -21,6 +21,8 @@ * - use bit shift for multis or divs where possible * - sin128 with 0-255 "degrees" * 27.05.2022, Display 0-255 "degrees" on OLED as 0-359 degrees + * 03.06.2022, Improve symetry due odd height for stripes + * 03.06.2022, Release version v0.1.0 */ #include @@ -261,7 +263,8 @@ void drawScene() { minDistance= ((long)minDistance* (int) sin128(64-(g_viewerAngle-angle))) >> 7; //fisheye reduce - height = (long) ((VIEWPORT_HEIGHT<