Re: [osg-users] OT: Collada with Embedded Textures

2008-06-23 Thread Steven Thomas
Unfortunately I think it's going to be pretty difficult to find an example of a Collada file with an embedded texture. Although Collada allows for this via the data element, nothing is specified about the format of this data, making any sort of interchange infeasible. I've never seen the data

Re: [osg-users] collada fetures in osg

2008-06-09 Thread Steven Thomas
There's a Sourceforge project written by Heinrich Fink which adds some support for ColladaFX to OSG's Collada plugin. http://sourceforge.net/projects/collada-cg2glsl/ The code is in the osgdae_patch folder. I've never used the code and I don't know if it'll need to be modified to get it working

Re: [osg-users] Plugins dae Not Compiling

2008-06-05 Thread Steven Thomas
I would personally have less problems with making the 2.1 DOM the dependency for 2.4.1 instead of 2.0. I definitely recommend DOM 2.1 over 2.0. A few serious problems with the Visual Studio builds were fixed. Steve On Thu, 2008-06-05 at 10:40 +0200, Paul Melis wrote: Morning Robert, Robert

Re: [osg-users] Plugins dae Not Compiling

2008-06-04 Thread Steven Thomas
You're using the OSG 2.4 release then with DOM 2.1? Due to some breaking changes in the DOM, OSG didn't work with the latest version of the DOM (2.0 and up) until sometime in early May. Seems like we just missed the OSG 2.4 release. You have a few options. Checkout the latest OSG from svn, which