Hi,

I've built a racetrack, but in order to perform frustum culling, LOD, etc. it needs to be 'patched' in several sections. How would one go about this?
I how many sections should I divide the mesh, should I keep this in one Vertex buffer or not? Do I 'split' the meshes in the 3d model application or at run-time?
thanks for any tips.