<div dir="ltr"><div><div><div>Hi Kari,<br><br></div>Without testing the data or similar first hand is not possible to give you a definitive answer to what is going on.  <br></div><div><br></div><div>Could you post a link to your data or other data that exhibits similar behaviour?</div><div><br></div><div>As a general comment, it sounds like the scene graph is not well balanced, it might be that the original .obj file is poorly conditioned and needs work to restructure it into a more optimal way for real-time rendering.  <br></div><div><br></div><div>At lot time has passed between 3.0.1 and 3.4.1 so to know what changes have taken place, some have certainly been made to the OBJ in that period.  Perhaps a change in default behaviour is the reason.<br></div></div><div><br></div>Robert.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 12 September 2017 at 14:50, Kari Ringdal <span dir="ltr"><<a href="mailto:kari.ringdal@uni.no" target="_blank">kari.ringdal@uni.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Converting an obj file to ive with osgconv gives me unexpected results with the option noTriStripPolygons in the OSG-3.4.1 release. The osgviewer stats tell me that the created model has more than four times as many vertices than the original obj file and only triangle fan primitives. One drawarray for every three vertices. In the OSG-3.0.1 build the same options gave me long drawarrays of TRIANGLES.<br>
The options I use: osgconv -O "noRotation noTriStripPolygons noTesselateLargePolygons" myfile.obj myfile.ive<br>
<br>
I want triangle primitives only, why do I get all too many triangle fans?<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Kari<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=71696#71696" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=71696#<wbr>71696</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>