On 7/14/06, Hanekamp, Nikolaus <[EMAIL PROTECTED]> wrote:
Hi Robert,
please keep in mind, that the Optimizer has a restriction that will affect
s001e000.flt:
mgv.setTargetMaximumNumberOfVertices(10000);
Increase to 50000 will help.
The merge goemetry code should now pair geometries that sum to less
than the maximum number of vertices without aborting all subsequent
potential merges. The should make it less critical to set the maximum
number of vertices way high.
You don't actually want too many vertices in a single geometry as this
leads to poorer culling.
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/