Hi Brian -- First, make sure you're on 2.5.x, as some important changes were
made post-2.4.

OSG LOD nodes are exported; see FltExportVisitor.cpp line 210. The
FltExportVisitor class does _not_ override apply(PagedLOD&), so PagedLOD
nodes should be treated as regular LOD nodes for purposes of export. This
means they receive no additional special interpretation or treatment (they
don't write external reference records), and it means they must "look like"
LOD nodes (they must have actual subtree children; file names alone are not
sufficient).

I hope that helps,
   -Paul




> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian
> Sent: Monday, June 16, 2008 9:47 AM
> To: [email protected]
> Subject: [osg-users] OpenFlight exporter question
> 
> Hi,
> 
> I was trying to convert some OSG models to the FLT format but 
> ran into a little trouble with one of the models.  Only part 
> of the model was converted.  The model's LOD nodes were not 
> touched by the converter.  I noticed in an earlier message 
> that paged LOD support does not exist yet, so is it safe to 
> assume that what I am seeing is a direct result of that?
> 
> Thanks,
> Brian
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce
negraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to