If your scene graph consists of a single Geode with a single Geometry
containing a single quad primitive, I would hope and expect that the
osgUtil::Simplifier wouldn't change it at all, regardless of the parameter
settings. After all, the simplest way to draw a quad is to draw a quad -- it
is already 100% simplified.
   -Paul
 


  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Roche
Sent: Tuesday, April 10, 2007 5:49 AM
To: osg users
Subject: Re: [osg-users] OSG simplifier question...


Okay, but, pushing this to an extreme : imagine I have a quad geometry for
example, if I use a low enough ratio I shouldn't see anything left, no ? Or
can't the simplifier suppress all vertices from a geometry ? 
 
Emmanuel
 


 
2007/4/10, Robert Osfield <[EMAIL PROTECTED]>: 

Hi Emmanuel,

The osgUtil::Simplifier can only simplify individual osg::Geometry, it
won't group separate geometries together and simplify them as a group. 

Robert.

On 4/10/07, Emmanuel Roche <[EMAIL PROTECTED]> wrote:
> Hello there,
>
> I'm facing a really strange situation :
> 
> I've got a model I'm trying to run osgsimplifier on, and apparently I
cannot
> simplify it as much as I want !! I tried every kind of parameters (playing
> with --ratio and --max-error)... but every time, the model is simplified 
> just a little bit and every attempt to simplify it more give the same
> result...
>
> When I try the same things on the cessna.osg model everything seems to
work
> normaly (using a ratio of 0.01 really crush the polygons as one would
> except...). So I guess the problem comes from somthing not understood by
the
> simplifier visitor in my model file (can't traverse MatrixTransform ??) ?
> 
>
> I'm joining the model if someone wants to give it a try :-)
>
> best regards,
>
> Emmanuel.
>
> _______________________________________________
> osg-users mailing list 
> [email protected]
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
>
>
_______________________________________________
osg-users mailing list
[email protected]  <mailto:[email protected]> 
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/



_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to