Browse Source

char: add joint property to JointVertexTransform

rdb 5 years ago
parent
commit
b306806512
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/char/jointVertexTransform.h

+ 2 - 0
panda/src/char/jointVertexTransform.h

@@ -46,6 +46,8 @@ PUBLISHED:
 
 
   virtual void output(std::ostream &out) const;
   virtual void output(std::ostream &out) const;
 
 
+  MAKE_PROPERTY(joint, get_joint);
+
 private:
 private:
   PT(CharacterJoint) _joint;
   PT(CharacterJoint) _joint;