Re: [osg-users] osg to collada

2016-03-30 Thread Chris Hanson
Yeah, I had a client that did this (in reverse). You don't really need it statically linked unless you want an EXE that has no dependent DLLs. My client just used a build of OSG that was made with the COLLADA plugin, and OSGconv's DAE models into OSGB. Another client of mine did use the OSG COLLAD

Re: [osg-users] osg to collada

2016-03-30 Thread Christian Buchner
A statically linked osgconv binary with the required DAE and OSG2 plug-ins activated should do the trick. See the osgstaticviewer example for the required preprocessor macros to activate statically linked plug-ins. Christian 2016-03-30 9:41 GMT+02:00 Joe Kindle : > Hey :) > I'm looking for a s

[osg-users] osg to collada

2016-03-30 Thread Joe Kindle
Hey :) I'm looking for a simple way to convert osgb file to .dae file, in a computer that which doesn't have osg environment installed. In other words, I want to build an .exe file that gets .osgb file and converts it to .dae file Thanks!:) -- Read this topic online here: http://