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:
@@ -24,6 +24,11 @@
|
||||
#include <osg/MatrixTransform>
|
||||
#include <osgSim/DOFTransform>
|
||||
|
||||
#ifdef COLLADA_DOM_2_4_OR_LATER
|
||||
#include <dom/domAny.h>
|
||||
using namespace ColladaDOM141;
|
||||
#endif
|
||||
|
||||
using namespace osgDAE;
|
||||
|
||||
// Note <lookat>, <matrix>, <rotate>, <scale>, <skew> and <translate> may appear in any order
|
||||
|
||||
Reference in New Issue
Block a user