What opcode is it displaying in the message? I seem to recall this gets
displayed for long ID records, opcode 33. If that's what you're seeing, it's
harmless.
   -Paul


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Brad Colbert
> Sent: Monday, June 26, 2006 3:32 PM
> To: osg users
> Subject: [osg-users] Trying to load flight files and getting 
> "Non primaryrecord found as child"
> 
> 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/

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

Reply via email to