mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:23:57 +02:00
SoftAttachmentModel: added a descriptive comment.
This commit is contained in:
parent
c2dd00375d
commit
f4f4bd44cb
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@
|
|||
|
||||
#include <Model.h>
|
||||
|
||||
// A model that allows the creator to specify a secondary rig instance.
|
||||
// When the cluster matrices are created for rendering, the
|
||||
// cluster matrices will use the secondary rig for the joint poses
|
||||
// instead of the primary rig.
|
||||
//
|
||||
// This is used by Avatar instances to wear clothing that follows the same
|
||||
// animated pose as the SkeletonModel.
|
||||
|
||||
class SoftAttachmentModel : public Model {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue