On 7/17/06, Markus Trenkwalder <[EMAIL PROTECTED]> wrote:
Oh, sorry.  It seems that I did not make myself clear enough: I used the
.ive database in both cases, but the one converted with the 1.1-rc2
version of osgconv is 1/3 slower than the one converted with the 1.0
version of osgconv.

You you try selecting the old .flt plugin and redoing the tests:

osgcov myfile.flt new.ive

export OSG_OPEN_FLIGHT_PLUGIN=old
osgconv myfile.flt old.ive

And to revert to the new plugin

 export OSG_OPEN_FLIGHT_PLUGIN=new
 osgconv myfile.flt old.ive

Note export changes to set or setenv depending upon your platform.

Testing new.ive and old.ive will give us an ideal of the new plugin vs
old one with everything else being equal.

The thing is to isolate what is different in the new.ive vs old.ive to
determine what needs to be optimized.  For instance does you database
contain lots of MatrxTransform or Billboards?

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

Reply via email to