- BUGFIX :: Fix typos in doxygen documentation.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@723 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
3b35e4e3b8
commit
a22e44f94d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue