Re: [osg-users] collada

2009-02-09 Thread Roland Smeenk
Matt could you send these changes to the osg submissions list? The CMakeLists file still needs to be changed for Windows and Collada DOM 2.2. These libraries are currently in the CMakeLists file for win32: Code: libxml2.lib libcollada14dom21.lib pcrecpp.lib pcre-lib These libraries still

Re: [osg-users] collada

2009-02-09 Thread Roland Smeenk
Just like Roger I don't really feel comfortable with CMake and for the time being I just added the extra libraries in Visual Studio manually. DOM 2.2 indeed adds extra dependencies. Building against DOM 2.1 should go OK, though even for 2.1 I believe that the CMake file isn't really complete

Re: [osg-users] collada

2009-02-09 Thread Roland Smeenk
Robert, I also feel this plugin is a little heavy on dependencies. (don't you just love OSS ;) ) However I believe that a Collada plugin that supports reading and writing is a valuable asset. I have planned (and partially implemented) further enhancements that will make it even more

Re: [osg-users] collada

2009-02-09 Thread Roland Smeenk
Well, there's FCollada that is more or less abandoned when Feeling Software pulled it's hands off it. This used to be the preferred alternative, but I believe the DOM is becoming a better option since it is still in development and follows the latest updates when a new version of Collada is

Re: [osg-users] Problem with ReaderWriterTGA library

2009-01-22 Thread Roland Smeenk
Hi Jeff, not all plugins support exporting. See http://www.openscenegraph.org/projects/osg/wiki/Support/UserGuides/Plugins As a workaround you will need to pick a different image format and convert to tga with an external tool. The real solution of course would be to properly implement the

Re: [osg-users] osgPPU into main osg core?

2009-01-21 Thread Roland Smeenk
Robert, apparently this mail was never answered. osgPPU in osg 2.8?? Roland -- Read this topic online here: http://osgforum.tevs.eu/viewtopic.php?p=4876#4876 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] The Collada plugin and transparency

2009-01-12 Thread Roland Smeenk
Roger, I compiled the code two days ago, but have not spent a lot of time on it yet. Hopefully I can take a look at it tonight. Roland -- Read this topic online here: http://osgforum.tevs.eu/viewtopic.php?p=4466#4466 ___

Re: [osg-users] The Collada plugin and transparency

2009-01-12 Thread Roland Smeenk
Roger, I am running osgsidebyside to see if reading and writing of Collada files is still OK and I am running into a few problems. Attached is a screenshot of the before (above) and after (below) of the duck.dae Collada example. Run like this: Code: osgsidebyside -o dummy.dae collada

Re: [osg-users] [osgppu] osgPPU examples status

2009-01-09 Thread Roland Smeenk
Ok, I subscribed again and disabled mailing list e-mail delivery. Hopefully this will be a valid work-around until a phpBB side solution is implemented. Roland -- Read this topic online here: http://osgforum.tevs.eu/viewtopic.php?p=4367#4367

Re: [osg-users] finding switch and dof nodes in a 3D model without name

2009-01-09 Thread Roland Smeenk
The example osgsidebyside contains a SwitchDOFVisitor that collects MultiSwitches and DOFTransforms. Roland -- Read this topic online here: http://osgforum.tevs.eu/viewtopic.php?p=4401#4401 ___ osg-users mailing list

[osg-users] osganimationskinning broken?

2009-01-07 Thread Roland Smeenk
Is it me or is osganimationskinning broken? line 198: Code: osgAnimation::AnimationUpdateCallback* cb = dynamic_castosgAnimation::AnimationUpdateCallback*(right0-getUpdateCallback()); returns NULL, because the updatecallback was never set. This is easily fixed, but then I run into the

Re: [osg-users] Unused Mailing Lists

2009-01-06 Thread Roland Smeenk
OK, so osg-news can also be added to the forums, maybe as readonly for common members. I removed osg-build from the Wiki page. I added osg-crew to the ML table, but with a different description. And I added an estimation of the number of mails to expect per mailing list. (Just to convince

Re: [osg-users] DatabasePager failed when loading ive with outside image

2009-01-05 Thread Roland Smeenk
I will ping the OP tomorrow, because I happen to know where he's hiding. ;) Roland -- Read this topic online here: http://osgforum.tevs.eu/viewtopic.php?p=4154#4154 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Unused Mailing Lists

2009-01-05 Thread Roland Smeenk
In the wiki the following mailing lists are mentioned: * osg-news * osg-build * osg-crew (See http://www.openscenegraph.org/projects/osg/wiki/MailingLists) Are these still being used? If so they can be linked to the forum otherwise I will remove them from the wiki page. Roland

<    1   2