Browse Source

fix build

Kim Kulling 9 years ago
parent
commit
b694bfd021
1 changed files with 11 additions and 11 deletions
  1. 11 11
      code/ColladaParser.cpp

+ 11 - 11
code/ColladaParser.cpp

@@ -66,18 +66,18 @@ using namespace Assimp::Collada;
 ColladaParser::ColladaParser( IOSystem* pIOHandler, const std::string& pFile)
     : mFileName( pFile )
     , mReader( NULL )
-    , mDataLibrary()
-    , mAccessorLibrary()
-    , mMeshLibrary()
-    , mNodeLibrary()
-    , mImageLibrary()
-    , mEffectLibrary()
-    , mMaterialLibrary()
-    , mLightLibrary()
-    , mCameraLibrary()
-    , mControllerLibrary()
+    //, mDataLibrary()
+    //, mAccessorLibrary()
+    //, mMeshLibrary()
+    //, mNodeLibrary()
+    //, mImageLibrary()
+    //, mEffectLibrary()
+    //, mMaterialLibrary()
+    //, mLightLibrary()
+    //, mCameraLibrary()
+    //, mControllerLibrary()
     , mRootNode( NULL )
-    , mAnims()
+    //, mAnims()
     , mUnitSize( 1.0f )
     , mUpDirection( UP_Y )
     , mFormat(FV_1_5_n )    // We assume the newest file format by default