- BUGFIX :: Fix typos in doxygen documentation.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@723 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
kimmi 2010-05-13 15:55:35 +00:00
parent 3b35e4e3b8
commit a22e44f94d
1 changed files with 2 additions and 2 deletions

View File

@ -107,13 +107,13 @@ struct Face
//! \brief Stores all objects of an objfile object definition
struct Object
{
//! Obejct name
//! Object name
std::string m_strObjName;
//! Assigend face instances
std::vector<Face*> m_Faces;
//! Transformation matrix, stored in OpenGL format
aiMatrix4x4 m_Transformation;
//! All subobjects references by this object
//! All sub-objects referenced by this object
std::vector<Object*> m_SubObjects;
//! \brief Default constructor