From 8a6db3f2eece0ab611230873f55f9a43164805ae Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 18 May 2013 09:44:16 +0000 Subject: [PATCH] fix missing method definitions --- panda/src/bullet/bulletBodyNode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/bullet/bulletBodyNode.h b/panda/src/bullet/bulletBodyNode.h index c056dc2748..6169d58ebf 100644 --- a/panda/src/bullet/bulletBodyNode.h +++ b/panda/src/bullet/bulletBodyNode.h @@ -94,6 +94,9 @@ PUBLISHED: INLINE PN_stdfloat get_friction() const; INLINE void set_friction(PN_stdfloat friction); + INLINE PN_stdfloat get_rolling_friction() const; + INLINE void set_rolling_friction(PN_stdfloat friction); + INLINE bool has_anisotropic_friction() const; void set_anisotropic_friction(const LVecBase3 &friction); LVecBase3 get_anisotropic_friction() const;