Re: [osg-users] [3rdparty] Scene Graph Viewing App

2011-09-14 Thread Andreas Ekstrand

Hi Conan,

Another tool you could use is Remo 3D (www.remograph.com). It's 
commercial, but the free demo version works as a viewer and supports 
plenty of file formats and an intuitive tree view.


Regards,
Andreas


On 2011-09-13 07:27, Sergey Kurdakov wrote:

Hi Conan,

maybe following would be useful:

there are several old tools

http://osgedit.sourceforge.net/
http://sourceforge.net/projects/osgscenemaker/

 not sure how well they could serve, but from screenshots it looks like
 you may access the structure ( but you would need to compile these 
tools with your version of osg )


commercial app to view structure is 
http://www.simlab-soft.com/3d-products/simlab-composer-main.aspx

it supports OSG files.

Regards
Sergey




___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [3rdparty] Scene Graph Viewing App

2011-09-12 Thread Robert Osfield
Hi Conan,

On Sat, Sep 10, 2011 at 6:36 PM, Conan Doyle o...@celticblues.com wrote:
 Several years ago I used an app, I think it was CG2's audition, which allowed 
 you to load a model and you could see the structure of the scenegraph, nodes 
 etc.  It displayed it in a list-like container I am looking for something 
 like that for OSG, preferrably  based on OSG, that can also load ive files.

Would graphviz's dot tools be something like what you are looking for?
 The OSG has a plugin for writing a scene graph to a .dot file when
can be then read by graphviz's tools to generate an image, and that
image can then in the OSG.  There is support in the OSG's present3D
application for doing this roundtrip.  Have a look at the code in
src/osgPresentation/SlideShowContructor.cpp - in particular the
implementation of SlideShowConstructor::addGraph(..) method.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [3rdparty] Scene Graph Viewing App

2011-09-12 Thread Sergey Kurdakov
Hi Conan,

maybe following would be useful:

there are several old tools

http://osgedit.sourceforge.net/
http://sourceforge.net/projects/osgscenemaker/

 not sure how well they could serve, but from screenshots it looks like
 you may access the structure ( but you would need to compile these tools
with your version of osg )

commercial app to view structure is
http://www.simlab-soft.com/3d-products/simlab-composer-main.aspx
it supports OSG files.

Regards
Sergey
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] [3rdparty] Scene Graph Viewing App

2011-09-10 Thread Conan Doyle
Hi,

Several years ago I used an app, I think it was CG2's audition, which allowed 
you to load a model and you could see the structure of the scenegraph, nodes 
etc.  It displayed it in a list-like container I am looking for something 
like that for OSG, preferrably  based on OSG, that can also load ive files.

Thank you!

Cheers,
Conan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42588#42588





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org