Draw rays from camera and call ray casting stub function.

This commit is contained in:
2023-04-02 01:21:02 +01:00
parent f1cb03bc22
commit ca50b6f4b7
5 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ typedef struct
{
sf::Vector2f pos;
float direction;
float resolution;
unsigned int resolution;
float fov;
} Camera;