Browse Source

[*] Docs and build-files fixes.

Alexandr Arutjunov 9 years ago
parent
commit
3086a07e86
3 changed files with 3 additions and 2 deletions
  1. 1 0
      code/CMakeLists.txt
  2. 1 1
      code/X3DImporter.cpp
  3. 1 1
      code/X3DImporter_Macro.hpp

+ 1 - 0
code/CMakeLists.txt

@@ -617,6 +617,7 @@ ADD_ASSIMP_IMPORTER(X3D
   X3DImporter_Geometry3D.cpp
   X3DImporter_Group.cpp
   X3DImporter_Light.cpp
+  X3DImporter_Macro.hpp
   X3DImporter_Metadata.cpp
   X3DImporter_Networking.cpp
   X3DImporter_Node.hpp

+ 1 - 1
code/X3DImporter.cpp

@@ -23,7 +23,7 @@ namespace Assimp
 /// Conastant which hold importer description
 const aiImporterDesc X3DImporter::Description = {
 	"Extensible 3D(X3D) Importer",
-	"nevorek",
+	"smalcom",
 	"",
 	"See documentation in source code. Chapter: Limitations.",
 	aiImporterFlags_SupportTextFlavour | aiImporterFlags_LimitedSupport | aiImporterFlags_Experimental,

+ 1 - 1
code/X3DImporter_Macro.hpp

@@ -1,7 +1,7 @@
 /// \file X3DImporter_Macro.hpp
 /// \brief Useful macrodefines.
 /// \date 2015-2016
-/// \author nevorek@gmail.com
+/// \author smal.root@gmail.com
 
 #ifndef X3DIMPORTER_MACRO_HPP_INCLUDED
 #define X3DIMPORTER_MACRO_HPP_INCLUDED