mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
ode: add OdeBody.joints property
This commit is contained in:
parent
bfb50ab7ff
commit
00b5faca2d
@ -133,6 +133,7 @@ PUBLISHED:
|
||||
OdeJoint get_joint(int index) const;
|
||||
MAKE_SEQ(get_joints, get_num_joints, get_joint);
|
||||
EXTENSION(INLINE PyObject *get_converted_joint(int i) const);
|
||||
MAKE_SEQ_PROPERTY(joints, get_num_joints, get_converted_joint);
|
||||
|
||||
INLINE void enable();
|
||||
INLINE void disable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user