Hey all,
is there a way to create a truly endless textured flat plane? I’ve been fooling around with moving a plane to follow the user but it doesn’t look too good at the horizon, nor does it feel “right”.
Any help and/or insights would be really helpful.
Hi Sprak, welcome the forum
Here’s a few links to similar threads:
http://forum.unity3d.com/viewtopic.php?p=8007
http://forum.unity3d.com/viewtopic.php?p=15703
http://forum.unity3d.com/viewtopic.php?p=6073
Hey Antenna Tree, thank you! And thanks for the links. I did a search for “endless plane”, but never thought that “infinite plane” might work too
Be very careful with this, Ageia (actually any physics engine) has issues the farther you get from ‘world center’, your best bet is to keep track of world center postition and move content accordingly if you want an infinite world. If you don’t care about physics then it really doesn’t matter.