Hi folks,

I'm trying to load some flight files but I get "Non primary record found
as child" on the console.  Looking through the source I see:

  if (!pRec->isPrimaryNode())
  {
     osg::notify(osg::WARN) << "Non primary record found as child. op="
                            << pRec->getOpcode() << std::endl;
     return false;
  }

Does this mean that the "geometry" will not be added since this appears
to terminate further processing?

Thanks,
Brad

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

Reply via email to