Skip to content

Commit

Permalink
document meshgroup::groupname
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Dec 1, 2024
1 parent 81f88c5 commit 8476974
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/engine/model/animmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,14 @@ class animmodel : public model
* @return n, or the maximum number of entries after i if n is too large
*/
int clipframes(int i, int n) const;

/**
* @brief Returns the name of this meshgroup
*
* This is created by the constructor for the object.
*
* @return the name of the meshgroup
*/
const std::string &groupname() const;

/**
Expand Down

0 comments on commit 8476974

Please sign in to comment.