This commit is contained in:
Thomas FORGIONE 2015-03-15 19:03:13 +01:00
parent ba8cf18779
commit 75c37579b1
1 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@ class Skeleton
Skeleton branches
);
std::vector<geo::Vector3<float>> m_vertices; ///< vertices of the skeleton
std::vector<geo::Vector<unsigned int,2>> m_edges; ///< edges of the skeleton
std::vector<geo::Vector3f> m_vertices; ///< vertices of the skeleton
std::vector<geo::Vector2u> m_edges; ///< edges of the skeleton
std::vector<Branch> m_branches; ///< branches of the skeleton, might be empty
};