It appears as if the new OpenFlight plug-in doesn't export comments
that are in "objects" (the "things" in multigen that contain the
faces). It looks like it's because now the faces get separated out
into their own separate Geode's (unlike the old flt plug-in) so
there's no longer a one-to-one mapping to a place to put the comment.
There really just needs to be one Geode per object with the Drawables
split up with there own Statesets to match the flt hierarchy better.
I suppose they should also be split up into separate Drawables if the
faces contain comments as well.
Also the change to put all the multi-line comments into one
description wrecked havoc on my code :) (as did moving the Stateset
from the Geometry to the parent Geode) so I wound up just writing a
visitor to split the comments back up after I load in the flt.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/