Endless Terrain
BlitzMax Forums/MiniB3D Module/Endless Terrain| 
 | ||
| Any easy way to create an endless terrain?... Examples, ideas are welcome! | 
| 
 | ||
| Divide the terrain in patches, and show only the nine patches around/under the player. In my project, I used this: [first post] http://www.blitzmax.com/Community/posts.php?topic=85741 But that terrain is not infinitive. | 
| 
 | ||
| Yeah I did have a look at your example, I'd really like for it to be endless though. | 
| 
 | ||
| You could also try and fake an infinitive terrain by warping the player back at some point. The 'patches' solution would be your best option I think: |