Re: [osg-users] problem opening collada file

2008-01-22 Thread Robert Osfield
Hi Nicholas, On Jan 21, 2008 8:21 PM, Nicholas Yue [EMAIL PROTECTED] wrote: I am also in a similar situation, I download the OpenSceneGraph 2.2.0 source code and compiled it on Linux and in particular, set the require CMake variable to point to the COLLADA DOM/DAE library and headers.

Re: [osg-users] problem opening collada file

2008-01-22 Thread Nicholas Yue
On 22/01/2008, Robert Osfield [EMAIL PROTECTED] wrote: Hi Nicholas, On Jan 21, 2008 8:21 PM, Nicholas Yue [EMAIL PROTECTED] wrote: I am also in a similar situation, I download the OpenSceneGraph 2.2.0 source code and compiled it on Linux and in particular, set the require CMake variable

[osg-users] problem opening collada file

2008-01-21 Thread Simone Baldissini
Hallo, I have a problem using the collada format with osg. With osg version 1.2 collada open correctly. With the last version (2.2), osgviewer return with this message: Warning: Could not find plugin to read objects from file No data loaded. Same problem in Windosx XP e Mac OSX

Re: [osg-users] problem opening collada file

2008-01-21 Thread Robert Osfield
Hi Simone, The problem is most likely down to path issue with finding the plugin, or possible issue with loading the plugin itself. To investigate further have a look at the search paths you have set up an what the OSG is searching for by enabling verbose debug output via (in a console): set

Re: [osg-users] problem opening collada file

2008-01-21 Thread Serge Lages
Hi Simone, Have you dowloaded the 2.2 binary package for OSG or are you building it yourself ? About the binary package, it doesn't include the Collada plugin, that's why you need to build it. On Jan 21, 2008 2:30 PM, Simone Baldissini [EMAIL PROTECTED] wrote: Hallo, I have a problem using

Re: [osg-users] problem opening collada file

2008-01-21 Thread Nicholas Yue
Regards On 22/01/2008, Simone Baldissini [EMAIL PROTECTED] wrote: I download the binary version (for Windows and for OSX leopard). I try to compile the source with visual studio express but clmake inform that the compiler cl can't compile the test file !?! Hi Simone, I am also in a