mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix incorrect inline tags
This commit is contained in:
parent
76651e52e2
commit
31b32af94b
@ -69,8 +69,8 @@ PUBLISHED:
|
||||
INLINE void enable();
|
||||
INLINE void disable();
|
||||
INLINE int is_enabled();
|
||||
INLINE void set_auto_collide_world(OdeWorld&);
|
||||
INLINE void set_auto_collide_joint_group(OdeJointGroup&);
|
||||
void set_auto_collide_world(OdeWorld&);
|
||||
void set_auto_collide_joint_group(OdeJointGroup&);
|
||||
|
||||
void add(OdeGeom& geom);
|
||||
void add(OdeSpace& space);
|
||||
|
@ -80,15 +80,15 @@ PUBLISHED:
|
||||
INLINE void step_fast1(dReal stepsize, int maxiterations);
|
||||
|
||||
INLINE int compare_to(const OdeWorld &other) const;
|
||||
INLINE void init_surface_table(PN_uint8 num_surfaces);
|
||||
INLINE void assign_surface_body(OdeBody& body, int surface);
|
||||
INLINE void set_surface_entry(PN_uint8 pos1, PN_uint8 pos2,
|
||||
dReal mu,
|
||||
dReal bounce,
|
||||
dReal bounce_vel,
|
||||
dReal soft_erp,
|
||||
dReal soft_cfm,
|
||||
dReal slip);
|
||||
void init_surface_table(PN_uint8 num_surfaces);
|
||||
void assign_surface_body(OdeBody& body, int surface);
|
||||
void set_surface_entry(PN_uint8 pos1, PN_uint8 pos2,
|
||||
dReal mu,
|
||||
dReal bounce,
|
||||
dReal bounce_vel,
|
||||
dReal soft_erp,
|
||||
dReal soft_cfm,
|
||||
dReal slip);
|
||||
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user