Hi,
I generally cull my landscape using the camera frustum. When the camera gets close to the ground or any other object, I find it being culled before it passes out of visibility. My guess is that the points which make up the triangle are outside the frustum, but the surface formed by them is/should be still visible to the camera.
My best idea to prevent this is to use a different culling frustum to the camera frustum, perhaps just moving the "camera position" "back" some way - is this a normal technical to counter the over-vigorous frustum culling ?
Phillip






