Hi,

On Dec 4, 2007 3:48 AM, MingWei <[EMAIL PROTECTED]> wrote:
>   I'm working on the 3D terrain visualization. I want to split the Terrain
> Image into many tiles. And then build their LODs( like Quad tree ). Now I
> don't konw how to fix the gap between adjacent tile( in the same and
> different LOD level ).

The trick used in VirtualPlanetBuilder is to drop a curtain down from
the edge of the tile.  This hides the gap rather than fixing it. There
are other techniques that require using multiple LOD's along the edges
to match the triangulation, or to dynamically set up the edge to match
but all a far more complicated than the curtain approach.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to