Re: [osg-users] osgdot graph generation tool

2008-10-08 Thread Jean-Sébastien Guay
Hi Richard, I have written an osgDot some time ago, maybe you can use it as a base for yours. It's designed as a plugin, contains the cmake makefiles and uses the visitor concept. Curious, is this a similar tool you wrote yourself, or is this my original tool completely restructured? It's

Re: [osg-users] osgdot graph generation tool

2008-10-08 Thread Paul Melis
Jean-Sébastien Guay wrote: Hi Richard, I have written an osgDot some time ago, maybe you can use it as a base for yours. It's designed as a plugin, contains the cmake makefiles and uses the visitor concept. Curious, is this a similar tool you wrote yourself, or is this my original tool

Re: [osg-users] osgdot graph generation tool

2008-10-08 Thread Jean-Sébastien Guay
Hi again, Weird, I didn't get that message though I'm on osg-submissions... I also didn't get Richard's first message about osgdot the other day (the one where he said he had an osgdot that's a plugin with cmake files) - I only got the second one (where he said it was based on your idea)...

Re: [osg-users] osgdot graph generation tool

2008-10-08 Thread Jean-Sébastien Guay
Hi Paul, I think I saw Richard's submission come in on osg-submission today... Weird, I didn't get that message though I'm on osg-submissions... I also didn't get Richard's first message about osgdot the other day (the one where he said he had an osgdot that's a plugin with cmake files) - I

Re: [osg-users] osgdot graph generation tool

2008-10-07 Thread Paul Melis
Jean-Sébastien Guay wrote: I wanted to see what the graph for a file looked like, and I remembered the osgdot tool that Paul Melis had made. I got it off Mike's osgtoy SVN, and I quickly did a few modifications which I'd like to recontribute. Mike, would you care to integrate my changes? *

Re: [osg-users] osgdot graph generation tool

2008-10-07 Thread Paul Melis
:[EMAIL PROTECTED] Im Auftrag von Thrall, Bryan Gesendet: Montag, 6. Oktober 2008 18:23 An: OpenSceneGraph Users Betreff: Re: [osg-users] osgdot graph generation tool Jean-Sébastien Guay wrote on Monday, October 06, 2008 10:19 AM: Hi Bryan, Another improvement I'd be interested in seeing

Re: [osg-users] osgdot graph generation tool

2008-10-07 Thread Schmidt, Richard
. - Thank you. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Thrall, Bryan Gesendet: Montag, 6. Oktober 2008 18:23 An: OpenSceneGraph Users Betreff: Re: [osg-users] osgdot graph generation tool Jean-Sébastien Guay wrote on Monday, October 06

[osg-users] osgdot graph generation tool

2008-10-06 Thread Jean-Sébastien Guay
Hi all, I wanted to see what the graph for a file looked like, and I remembered the osgdot tool that Paul Melis had made. I got it off Mike's osgtoy SVN, and I quickly did a few modifications which I'd like to recontribute. Mike, would you care to integrate my changes? * Uses second command

Re: [osg-users] osgdot graph generation tool

2008-10-06 Thread Thrall, Bryan
Jean-Sébastien Guay wrote on Monday, October 06, 2008 9:37 AM: Hi all, I wanted to see what the graph for a file looked like, and I remembered the osgdot tool that Paul Melis had made. I got it off Mike's osgtoy SVN, and I quickly did a few modifications which I'd like to recontribute.

Re: [osg-users] osgdot graph generation tool

2008-10-06 Thread Jean-Sébastien Guay
Hi Bryan, Another improvement I'd be interested in seeing applied is: http://sourceforge.net/tracker/index.php?func=detailaid=1866010group_id=139833atid=744686 Yes, I saw that, I just wanted to keep the modifications small w.r.t. Mike's version of osgdot.cpp in the osgtoy SVN. But I agree,

Re: [osg-users] osgdot graph generation tool

2008-10-06 Thread Jean-Sébastien Guay
Hi all, * Fixed the casting pointer to unsigned int issue by using uintptr_t. Hopefully this is supported by all compilers and works on 64 bit machines, I don't have one to test on... I had overlooked a few places where this was used. Now fixed. J-S --

Re: [osg-users] osgdot graph generation tool

2008-10-06 Thread Thrall, Bryan
Jean-Sébastien Guay wrote on Monday, October 06, 2008 10:19 AM: Hi Bryan, Another improvement I'd be interested in seeing applied is: http://sourceforge.net/tracker/index.php?func=detailaid=1866010group_id=139833atid=744686 Yes, I saw that, I just wanted to keep the modifications small

Re: [osg-users] osgdot graph generation tool

2008-10-06 Thread Jean-Sébastien Guay
Hi Bryan, I just didn't want my patch to be forgotten, and thought this was a good opportunity to bring it up :) Don't worry, I often have trouble with my memory so I'm a big fan of searching the archives, and I spotted your messages on that thread. It's on my todo list :-) J-S --