Skip to content

Commit

Permalink
Added Animationoverview diagram to documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1270 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
  • Loading branch information
jonathanklein committed Jun 26, 2012
1 parent 79711b0 commit e658a7f
Show file tree
Hide file tree
Showing 6 changed files with 657 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/OgreImporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ void OgreImporter::InternReadFile(const std::string &pFile, aiScene *pScene, Ass
}
else
{
DefaultLogger::get()->warn("No skeleton file will be loaded");
DefaultLogger::get()->warn(MeshFile->getNodeName());
DefaultLogger::get()->debug("No skeleton file will be loaded");
DefaultLogger::get()->debug(MeshFile->getNodeName());
}
//__________________________________________________________________

Expand Down
3 changes: 1 addition & 2 deletions code/OgreMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ void OgreImporter::ReadSubMesh(SubMesh &theSubMesh, XmlReader *Reader)
" Normale: ",theSubMesh.Normals.size(),
" TexCoords: ",theSubMesh.Uvs.size(),
" Tantents: ",theSubMesh.Tangents.size()
));
DefaultLogger::get()->warn(Reader->getNodeName());
));
}


Expand Down
Binary file added doc/AssimpDoc_Html/AnimationOverview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e658a7f

Please sign in to comment.