[osg-users] OSG_EXPORT

2011-09-10 Thread Sajjadul Islam
Hello forum, Al the class declaration starts as follows: Code: class OSG_EXPORT Geometry : public Drawable { } Could someone please explain the OSG_EXPORT here ? Thank you! Cheers, Sajjadul -- Read this topic online here:

Re: [osg-users] OSG_EXPORT

2011-09-10 Thread Chris 'Xenon' Hanson
On 9/10/2011 7:59 AM, Sajjadul Islam wrote: Hello forum, Al the class declaration starts as follows: class OSG_EXPORT Geometry : public Drawable { } Could someone please explain the OSG_EXPORT here ? It's a bit of magic to allow compiling or using as a DLL on Windows, which

[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