[osg-users] Aggresive simplifier

Sebastian Messerschmidt sebastian.messerschmidt at gmx.de
Thu Jul 9 01:47:33 PDT 2015


Hi Joe,


> Hi :)
> Ive been struglling in simplifing a model.
> I have the simplifier osgUtil gives. But from a sample ratio and on - it just doesnt simplify anymore.
> I have a model which a sample ratio of 0.5 and 0.01 gives the same result.
Have you tried to change the maximError and maximumLength?

>
> I relised it was because osg has standarts for not destroying a model. I dont care about destroying a model..
> Is there a way to aggresivly simplify a model with no limits ? (Inside osg.. Without using other softwares)
> Thanks :)
You can't simplify without some kind of metrics. Usually a simplified 
model should roughly resemble the shape of the original model.
If you need a really really cheap representation for the distance you 
could use impostors. (see the osgimpostor example in the sources)

Cheers
Sebastian
> Joe.
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=64280#64280
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




More information about the osg-users mailing list