Re: [osg-users] Having an issue with OSG plugins error.

2017-04-12 Thread Alberto Luaces
"Brigham Keys, Esq." writes: > Hello all, > > I have OpenSceneGraph set up in my project, however when I try to load > any files I always get this error > > Error reading file build/untitled.osgt: read error (Could not find > plugin to read objects from file "build/untitled.osgt".) > > Which I

Re: [osg-users] Having an issue with OSG plugins error.

2017-04-12 Thread Robert Osfield
Hi Brigham, All the OpenSceneGraph loaders are built as plugins, this includes the native .osg, .ive ,osgt, .osgb and .oisgx formats. The OSG uses the Chain Of Responsibility pattern with it's loaders, first attempting to load formats by the ReaderWrtier already registered with the

[osg-users] Having an issue with OSG plugins error.

2017-04-11 Thread Brigham Keys, Esq.
Hello all, I have OpenSceneGraph set up in my project, however when I try to load any files I always get this error Error reading file build/untitled.osgt: read error (Could not find plugin to read objects from file "build/untitled.osgt".) Which I did not think I needed a plugin set up for the