mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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;
|
OdeJoint get_joint(int index) const;
|
||||||
MAKE_SEQ(get_joints, get_num_joints, get_joint);
|
MAKE_SEQ(get_joints, get_num_joints, get_joint);
|
||||||
EXTENSION(INLINE PyObject *get_converted_joint(int i) const);
|
EXTENSION(INLINE PyObject *get_converted_joint(int i) const);
|
||||||
|
MAKE_SEQ_PROPERTY(joints, get_num_joints, get_converted_joint);
|
||||||
|
|
||||||
INLINE void enable();
|
INLINE void enable();
|
||||||
INLINE void disable();
|
INLINE void disable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user