[*] Docs and build-files fixes.
parent
9c0de90ede
commit
3086a07e86
|
@ -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
|
||||
|
|
|
@ -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,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
|
||||
|
|
Loading…
Reference in New Issue