Re: [osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Robert Osfield
On Wed, Oct 1, 2008 at 3:34 PM, Brian R Hill <[EMAIL PROTECTED]> wrote: > I'm looking into this. I'm guessing there might be issues with embedded > quotes and possibly brackets "{}" (at least with the .osg files). The .osg serialization should handle this without problem, including embedded ". Ro

Re: [osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Paul Melis
Just out of curiousity, is arbitrary data handled correctly for these fields? I.e. could you abuse it to store binary data? If not, you can always do something like base64-encoding first, of course ;-) Paul Serge Lages wrote: Hi, If you only need to set text, use the descriptions fields or t

Re: [osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Brian R Hill
] Date: 10/01/2008 10:08AM Subject: Re: [osg-users] How to add UserData to .osg and .ive files Just out of curiousity, is arbitrary data handled correctly for these fields? I.e. could you abuse it to store binary data? If not, you can always do something like base64-encoding first, of course ;-) Pau

Re: [osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Brian R Hill
Serge, Thanks, I was just looking into using the description when I got your message. Brian [EMAIL PROTECTED] wrote: - To: "OpenSceneGraph Users" From: "Serge Lages" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] Date: 10/01/2008 09:55AM Subject: Re: [osg-use

Re: [osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Serge Lages
Hi, If you only need to set text, use the descriptions fields or the name instead of the UserData, it will be written to the IVE or OSG file without problem. Cheers, On Wed, Oct 1, 2008 at 3:41 PM, Brian R Hill <[EMAIL PROTECTED]> wrote: > > I'm trying to add user data (text) to nodes and write

[osg-users] How to add UserData to .osg and .ive files

2008-10-01 Thread Brian R Hill
I'm trying to add user data (text) to nodes and write them out as .osg/.ive. Any suggestions on how I can do this? Brian ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegrap