Thoughts...

Fade-LOD is an interesting "feature":  the concept is to smooth
transitions between LOD switches by rendering two adjacent LODs with
varying transparency to minimize visual popping.  However, the whole point
of LOD is to control rendering load, and Fade-LOD *increases* rendering
load (essentially doubling during the fade) at the exact moment you want
it to decrease.

IMHO, if we're talking about adding a feature, suggest instead Morph-LOD:
interpolating verts from one LOD's geometry to the other's, then adjusting
the actual number of verts after the transition is complete.  Of course
that requires more on the database/code side, and for terrain the effect
is more like rolling ocean than ghostly fading.

My $0.02 on the wonderful continuum of compromises.
cheers
-- mew



On Fri, February 15, 2008 12:38, Judd Tracy wrote:
> Does osg support or has anybody implemented fading between LOD
> transistions?  I found an old thread where someone talks about it but no
> word if anything ever happened with it
> http://osgcvs.no-ip.com/osgarchiver/archives/June2003/0162.html
>
> --
> Judd Tracy
> Institute for Simulation and Training
> University of Central Florida
> 407-882-1405


Mike Weiblen -- Austin Texas USA -- http://mew.cx/

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to