Hey everyone, I'm doing a sidescroller with the fisica library. I want a randomly generated continuous tunnel, and am currently using Perlin noise to generate it (suggestions?). The tunnel walls are FPoly objects.
How can I make the screen scroll ahead? Is there a way to buffer the tunnel previously and then smoothly translate it onto the running window?
Thanks.