Changes to allow the COLLADA plugin to compile against the latest COLLADA DOM version 2.4 as well as retaining compatibility with the old 2.2 DOM.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14633 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
|
||||
using namespace osgDAE;
|
||||
|
||||
#ifdef COLLADA_DOM_2_4_OR_LATER
|
||||
#include <dom/domAny.h>
|
||||
using namespace ColladaDOM141;
|
||||
#endif
|
||||
|
||||
osg::Group* daeReader::processOsgMultiSwitch(domTechnique* teq)
|
||||
{
|
||||
osgSim::MultiSwitch* msw = new osgSim::MultiSwitch;
|
||||
|
||||
Reference in New Issue
Block a user