Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-05 Thread Reza Akhavian
Hi Robert, Thank you for your tips. As you see nobody answered yet, so I would appreciate it if you could take a look when you got a chance (although I know you are so busy and in fact I'm so proud talking to the Lord of the OSG :) ) Regarding the version, I'd love to use the newest version,

Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-05 Thread Chris 'Xenon' Hanson
On 6/5/2011 8:58 PM, Reza Akhavian wrote: Hi Robert, Thank you for your tips. As you see nobody answered yet, so I would appreciate it if you could take a look when you got a chance (although I know you are so busy and in fact I'm so proud talking to the Lord of the OSG :) ) Robert is

Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-05 Thread Reza Akhavian
I have a lot of respect for Robert and I think he is the one I was talking to and he is the one who decide, not you sir. He already did a lot by replying me twice, and it is enough for me from him. I am new here and I don't know if it is not usual to ask for helping in such way. If it is not, I

[osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-04 Thread Reza Akhavian
Hi, I have a question concerning this subject. I have a flat ASCII file, containing values for x,y,z angles of a moving object, that I got from a 3D orientation tracker. How can I read these values in my code to move the object in the scene based on them? p.s: I am kind of new to OSG, so

Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-04 Thread Robert Osfield
Hi Reza, On Sat, Jun 4, 2011 at 7:29 AM, Reza Akhavian reza.akhav...@gmail.com wrote: I have a question concerning this subject. I have a flat ASCII file, containing values for x,y,z angles of a moving object, that I got from a 3D orientation tracker. How can I read these values in my code

Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-04 Thread Reza Akhavian
Thank you very much Robert, but... Could you please take a look at what I have thus far. I wrote it based on the osganimate example (I'm not sure if you mean osganimate by osganimation) and it reads an ASCII file, but just the first line, so it doesn't produce a moving object. Please find

Re: [osg-users] [osgPlugins] Read animation path from a flat ASCII file!

2011-06-04 Thread Robert Osfield
Hi Reza, On Sat, Jun 4, 2011 at 5:04 PM, Reza Akhavian reza.akhav...@gmail.com wrote: Thank you very much Robert, but... Could you please take a look at what I have thus far. I wrote it based on the osganimate example (I'm not sure if you mean osganimate by osganimation) and it reads an