Create a file called "scanned.txt" that should fix it
Viewing post in The game of Exploration jam comments
The error appears to be the fact that I used a shitty append to file system,
And with the camera rotation, I don't know what you are talking about
Note to self: Don't tell anyone about the real reason the camera doesn't rotate which is the fact that the camera rotates weirdly when looking to the side and that it would be much worse if it rotates.
I dunno how your render things, but a cool trick for camera transformations is to rotate / move the world instead of the cam. This way, the equation for the projection is much simpler as it takes less parameters, and you just have to apply translation / rotation to the points (or shapes) in the world.